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 / srisanjana
No it doesn't work I have just tested
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is singleton not thread safe?
What is a parameter used for?
What is java in simple terms?
What is a constructor overloading in java?
Is an empty arraylist null?
What happens if I remove static from main method?
What does index mean in java?
What is the use of predicate in java 8?
What is the final field modifier?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
Explain the pointers in Java?
Does variable declaration allocate memory?
Why do we need singleton?
What does bitwise or mean?
What are the uses of synchronized keyword?