Join Now
Home Aptitude Reasoning DI VA GK CA CA Hindi Quiz Placements
final
static
non-static
public
class
object
void
new
They are created when an object is created.
They are stored in the heap memory.
They are shared among all objects of a class.
They can be accessed using class name.
It allows the state of an object to be accessed directly.
It allows the state of an object to be accessed only through methods.
It allows the state of an object to be accessed only through variables.
It allows the state of an object to be accessed through both variables and methods.
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.
They can be accessed using object reference.
this
self
current
private
protected
default
abstract
synchronized
super