Is it possible to create object with out its default
constructor? if possible how? else not possible? justify
Answer Posted / vamsi
Yes, it is possible to create an object without its default
constructor. We can create a parametrized constructor or if
you have not created any thing then the compiler will
provide you with one default constructor.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we use a switch statement with strings?
What is use of map in java?
What makes a function well defined?
What is thread safe in java?
What is a parent class in java?
How java enabled high performance?
What is map java?
What are JVM.JRE, J2EE, JNI?
What is queue in java?
What is a java predicate?
Can a class have a static inner class?
Why heap memory is called heap?
Define class?
What do you mean by Hash Map and Hash Table?
List any five features of java?