how to call One constructor from another;
Answer Posted / sridhar
This.constructername() keyword can be used with in the
class to refer. To use super class constructer we need to
give super.consturctername().
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is charat ()?
how to create multithreaded program? : Java thread
explain what is transient variable in java?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
How do you override a private method in java?
What is the different between get and post?
what is singleton in java?
What are inner classes or non static nested classes in java?
Is a string literal?
Why there is no call by reference in java?
Difference between method overloading and overriding.
Can finally block be used without a catch?
How we can declare a static variable?
How do you sing an Applet ?