instance variables
instance methods
constructors
all of the above
Inheritance
Encapsulation
Polymorphism
Abstraction
Constructors cannot be synchronized in Java
Java does not provide default copy constructor
Class
Constructor
New
Trigger
new
this
invoke
class
Function overriding
Function overloading
Function doubling
None of the mentioned
Abstract class
Parent class
Final class
None of above
At Compile-time
At Runtime
Depends on the code
None of these
Array a = new Array(5);
int [] a = {23,22,21,20,19};
int a = new int[5];
int [5] array;
String()
StringBuffer()
String() & StringBuffer()
CHARAT()
chatat()
CharAt()
ChatAt()
Long
Digits
Float
Number
Finally
Throw
Nested catch
Catch
polymorphism
All of the above
Multiple inheritance for classes
multiple inheritance of interface
compile time polymorphism
method overriding
method overloading
constructor overloading
operator overloading
Hiding complexity
Method hiding
Hiding constructor
None
Wrapping data fields with methods
Hiding data and internal methods using access modifiers in a class
Using Interfaces