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 comparable and comparator interface? List their differences
Is it possible for yielded thread to get chance for its execution again ?
How to change value in arraylist java?
What is the abstract class?
Can you give few examples of final classes defined in java api?
What does snprintf return?
Why do I need to declare the type of a variable in java?
What is an object in java and how is it created?
What is null object in java?
What do bitwise operators do?
What is java reflection?
What is assembly language?
What are the three types of design patterns?
What is nested loop? What is dangling else condition in it?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?