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 use of generics? When was it added to the Java development Kit?
how we can make a write-only class in java?
Compare java and python.
What Is Query Throttling in java?
Which is illegal identifier in java?
What is the difference between static (class) method and instance method?
What type of value does sizeof return?
Is string is a class in java?
What is keyset in java?
What is the += operator called?
What is == in java?
What is ternary operator in java?
What is a consumer in java?
Why is stringbuffer faster than string?
Is empty string in java?