Shortcut Navigation:

Core Java Quiz (Class, Interface, Java)

……………………inheritance is achieved using interface in java

Members of interface are always declared as const, their values are final

Methods of the interface are ……………in nature

Is it possible to declare method of the interface as private

How many classes we are able to extend in java

For using interface in class which keyword is used

Which of the following terms are included inside the package

If a program consists of three classes, then after compilation how many class file(s) are created by compiler

Package is the first statement in java program

Which keyword represents object of the present class

Tagged as: interface