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 / srikant bhat
it wil giv an exception -compiler exception
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
What is the driver class?
Is object a data type in java?
What is the r character?
Is oracle java 11 free?
What is the purpose of assert keyword used in jdk1.4.x?
What is the difference between stream and buffer?
What is the symbol for average?
Why is stringbuffer thread safe?
How can I right-justify a string?
What are synchronized methods ?
What is the largest long allowed by java?
How do you sort objects in java?
Can this keyword be used to refer static members?
What is numeric function?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?