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
Is there any difference between synchronized methods and synchronized statements?
What is hotjava?
What is starvation?
Explain java code for recursive solution's base case?
Which is bigger double or float?
Why java is call by value?
What is the byte range?
In a container there are 5 components. I want to display all the component names, how will you do that?
Explain method overloading?
Write a program to print the pattern given below
What is the use of isempty in java?
What are basic data types?
What is flag in java?
Name few java 8 annotations ?
What is continuity of a function?