how to call One constructor from another;
Answer Posted / srinu
constructor call from one class to another class by useing
the keyword super()(default),super(-)(parameter constructor)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
What is method with example?
What is unicode in java?
Where we write javascript code in html page?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
Discuss about garbage collector in Java.
What is meant by overloading?
why java does not support unsigned keyword?
What is the difference between class forname and new?
What is the intersection and union methods?
What is the impact of declaring a method as final?
Which is better 64 bit or 32 bit?
Why isn’t there operator overloading?
What is a vararg?
Can you tell me range of byte?