What is the difference between this() and super()?
Answer Posted / kraja
this() should be first statement in the constructor of the
same class and you cannot call this() in other places
| Is This Answer Correct ? | 21 Yes | 22 No |
Post New Answer View All Answers
What is a layout manager and what are different types of layout managers available in java awt?
What is the meaning of immutable regarding string?
What is the purpose of static methods and variables?
What are the new features in java 8?
What is the current version of java?
Is main is a keyword?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
How would you format a date in java? I.e. In the ddmmyyy format?
What is string manipulation?
What does substring mean?
How to instantiate member inner class?
What are "class access modifiers" in Java?
Explain the key functions of data binding?
What is the difference between procedural and object-oriented programs?
What is toarray method in java?