Is it possible to create object with out its default
constructor? if possible how? else not possible? justify
Answer Posted / sitaram
we can write the without constructor in the class. when
ever class will be loaded, JVM will be creating defalt
constructor for that class.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is string and example?
What are white spaces in java?
How do singleton patterns work?
What is the simpletimezone class in java programming?
What is the difference between array list and vector in java?
Does treeset allow null in java?
What is the size of an array?
What is the static import?
What is return null in java?
Why can't we use static class instead of singleton?
Why is java not 100% pure oops?
What is the difference between import java.util.date and java .util?
explain local datetime api in java8?
Can a class have multiple constructors?
What is the format specifier?