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 strings in java?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
What is the purpose of format function?
Why is java so popular?
How do you convert bytes to character in java?
What is intern method in java?
How do you check whether the list is empty or not in java?
Is object a data type?
How to declare objects of a class ?
Which sort is best in java?
What is floor math?
Can a method inside a interface be declared as final?
What language is java written?
What is java objectoutputstream?
How many types of keywords are there?