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
How do you create a null object?
5 Coding best practices you learned in java?
What was java originally called?
What is this keyword used for?
Does a class inherit the constructors of its superclass in java programming?
What is charat ()?
What is command line argument
Define jre i.e. Java runtime environment?
What is difference between calling start() and run() method of thread?
What is java basic concept?
What is difference between null and void?
What is the difference between inheritance and encapsulation?
Can a final variable be manipulated in java?
What is class and object in java?
How do you compare objects in java?