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
Explain how hashmap works?
What do you understand by java?
What are the features in java?
Why java is a platform independent? Explain
Does a class inherit the constructors of its superclass in java programming?
why not override thread to make a runnable? : Java thread
What is the primitive type short?
What is the purpose of the runtime class in java programming?
What is a map in java?
What are the data types supported by java? What is autoboxing and unboxing?
Can a static method be overridden in java?
Explain about features of local inner class?
Describe the process as to how substring() methodology mechanisms in java.
Explain about the interpreter in java?
Is 0 true or false in java?