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
Is hashset sorted in java?
How big is a boolean?
What are the benefits of operations?
What are advantages of using Java?s layout managers than windowing systems?
What is purpose of applet programming?
How many ways can we create singleton class?
What is printwriter in java?
What is a map? What are the implementations of map?
Can you extend singleton class?
Why isn’t there operator overloading?
What's the purpose of using break in each case of switch statement?
What is the static block?
What is args length in java?
What is a boolean flag in java?
why are there separate wait and sleep methods? : Java thread