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
what is the significance of listiterator in java?
What is one third plus one third as a fraction?
How do you download stubs from Remote place?
Who found java?
What is member in java?
Can we write a class without main method in java?
What are loops in java?
Can we cast any other type to boolean type with type casting?
What is the difference between JVM and JRE?
What is blank final variable?
Can extern variables be initialized?
What is scanner in java?
What is the differences between c++ and java? Explain
Can a class be declared as static?
What is the java reflection api? Why it’s so important to have?