Join Now
Home Aptitude Reasoning DI VA GK CA CA Hindi Quiz Placements
It consists of method name and parameter types.
It consists of method name and return type.
It consists of method name, parameter types, and return type.
It consists of method name and access specifier.
It allows a subclass to provide its own implementation of a method in the superclass.
It allows a superclass to provide its own implementation of a method in the subclass.
It allows a method to have the same name but different signature as another method in the same class.
It allows a method to have a different name but same signature as another method in the same class.
final
static
abstract
volatile
toString()
hashCode()
equals()
clone()
public void MyClass()
public MyClass()
public int MyClass()
public MyClass(int x)
They can be instantiated.
They can contain concrete methods.
They can contain instance variables.
They cannot contain constructor.
this
object
self
current
extends
implements
super
They are declared inside a method or block.
They have default values.
They are initialized automatically.
They can be accessed from any method in the class.
compareTo()