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 keyword in oop?
What is the use of list in java?
Implementations of set interface?
Mention a package that is used for linked list class in java.
What is field name?
Can a hashset contain duplicates java?
What is the constructor?
What are the topics in core java?
What is the platform?
What is the ==?
What is the string function?
Why java is a platform independent? Explain
How to Sort Strings which are given in List and display in ascending order without using java api.
How to set the permissions to a file in java?
Why javac is not recognized?