Answer Posted / niranjanravi
this is used to resolve the naming collision between class
scope var. and method scpoe var.
super is used to the resolve the naming collision between
superclass member and subclass member.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the final field modifier?
What is an 8 bit word?
What is composition in java?
When do we use synchronized blocks and advantages of using synchronized blocks?
Can a static class have a constructor?
What is the purpose of garbage collection in java?
What is the difference between keyword and identifier?
Explain java coding standards for classes or java coding conventions for classes?
What is string syntax?
Can we define private and protected modifiers for the members in interfaces?
What is the use of keywords in java?
What is meant by string is immutable?
What’s a deadlock?
What is Garbage Collection in Java
Is integer passed by reference in java?