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
What is the maximum length of a url?
What is java util?
Is there a way to increase the size of an array after its declaration?
Which access specifier can be used with class ?
What is constructor in java ?
What is tcp ip in java?
What if constructor is protected in java?
What do you understand by the term polymorphism?
What does I ++ mean?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
What is a finally block?
What are new features introduced with java 8 ?
Is string is a class in java?
What is void in java?
How can I become a good programmer?