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 does pointer mean?
How would you dynamically allocate memory to an array?
What are the advantages of autoboxing?
Does apple use java?
What is operator overloading. Is it is supported in java?
What do you mean by a JVM?
What is string in java? String is a data type?
What is object-oriented programming?
What is join () in java?
What is the difference between I ++ and ++ I in java?
What is type parameter in java?
What is a flag and how does it work?
What is the difference between static and global variables and also define what are volatile variables?
What does the “final” keyword mean in front of a variable? A method? A class?
What is == in java?