how to call One constructor from another;
Answer Posted / muthu mariyan.imu
we can call super class constructor if it is no argument constructor.a sub class inherit only default and no argument constructor
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is string length in java?
What is identifier give example?
Is string a wrapper class?
How do you empty a list in java?
What is a generic type?
What access modifiers can be used for class ?
What is lazy programming?
What is boolean strategy?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
Realized?
Can a class be defined inside an interface?
What is the use of a conditional inclusion statement in Java ?
How do you generate random numbers in java?
What is the main use of generics in java?
What are the two types of streams offered by java 8?