how to call One constructor from another;
Answer Posted / zorif
by using super keyword
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
What are the basics of core java?
What is the use of beaninfo?
What are static initalizers in java ?
Write a code to create a trigger to call a stored procedure
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
Does unicode support all languages?
What is the difference between overriding and overloading in OOPS.
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
What is :: operator in java?
What do you mean by light weight and heavy weight components?
Why is stringbuffer not immutable?
What is mean by exception?
Can we override private methods?
What is the difference between this() and super() in java?
how to create multithreaded program? Explain different ways of using thread? : Java thread