Answer Posted / giridhar gangapatnam
Constructor is the method which has the same name of class
and constructors are executed only once at the time of
object creation
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Difference between abstract and concrete class ?
If a class is declared without any access modifiers, where can the class be accessed?
What does pointer mean?
What is a dynamic array in java?
What is the default value of float and double datatype in java?
What is static keyword?
Why do we need autoboxing in java?
What is a protected class in java?
Why call by value prevents parameter value change?
Why do I need to declare the type of a variable in java?
What is unmodifiable list in java?
Can a class have an interface?
What is the purpose of sizeof operator?
What is the major difference between linkedlist and arraylist?
Is object a data type in java?