Shortcut Navigation:

Core Java Quiz (Class, Declare, Method)

If we want to prevent the subclass from overriding the member of super class, then we need to declare it as …………..

A class that cannot Be a subclass is calls as ………….class

Can we declare constructor as abstract

If a class contains one or more abstract methods then it is declared as……………

Is it possible to declare abstract static method

Is it possible to access the private class outside the package

Vector class available in ……………

For creating dynamic array ,we have to use……………

Is it possible to add and delete object from ……………list as and when required

Parseint() and parselong() method throws………………

Tagged as: class