How are this() and super() used with constructors?
Answer Posted / rajesh
this() class refer to current class constructor;
super() refers to base class.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How to create a fecelet view?
Is jdk required on each machine to run a java program?
What is a type parameter in java?
Why does java have two ways to create child threads?
Is empty string in java?
What does system out println () do?
what invokes a threads run() method? : Java thread
List the different types of classloaders in java.
What is file in java?
What is empty list in java?
What is data type modifier?
What is a wrapper method?
What is a values collection view ?
Why does java have different data types for integers and floating-point values?
What is variable in java?