in a constructor what happen if u call super and this in
the same class? i know that it is not possible to call
both in the same one? if we call what will happen?
Answer Posted / george
super and this will use first line of constructor so we cant
use it...i ll show error
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What happens when a thrown exception is not handled?
Is math class static in java?
Explain how to force the garbage collection in java.
What is a buffer in java?
Can you make a constructor final?
What is the function of compareto in java?
Can we compare two strings in java?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
How do I print a “?
What is scanner in java?
What is the difference between choice and list?
How many types of parsers are there?
What is meant by data hiding in java?
What is object class in java?
What is an example of a conditional statement?