Is it possible to create object with out its default
constructor? if possible how? else not possible? justify
Answer Posted / dsr
with out default constructor we can't create the object.
suppose we can't write default constructor in the class.
JVM will be creating the default constructor for that class.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Is arraylist dynamic in java?
What is the default access specifier for variables and methods of a class?
Can we extend immutable class?
Differentiate between class and structure.
How will you compute size of a structure?
Can we make a constructor final?
What is a class instance variable?
What are scriptlets?
How to create a fecelet view?
What does those terms actually mean included in the j.d.k i.6?
Can we create object of static class?
Why is stringbuffer not immutable?
How many types of methods are there in java?
What is the default execution method in java?
Why is method overloading not possible by changing the return type in java?