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
Which collection does not allow duplicates in java?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
Java is pass by value or pass by reference? Explain
What is another word for methodology?
What does system out println () do?
What is multiple inheritance? Is it supported by java?
What is the purpose of using java.lang.class class?
How to run a JAR file through command prompt?
How many types of java are there?
How many types of design patterns are there?
how to deploy tomcatserver to weblogic server? write d following steps?
does java support pointers?
What is private protected in java?
Will the jvm load the package twice at runtime?
What is the difference between a window and a frame in java programming?