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 one should take care of, while serializing the object?
Why do we use return statement?
Is jdk required on each machine to run a java program?
What are parsing rules?
How do you sort in descending order in java using collections sort?
What are different types of multitasking?
How do you compare arrays in java?
What are data types in programming?
What is the name of the java compiler?
What is byte data type?
What is preflight request?
What happens if an exception is throws from an object's destructor?
What is string and its types?
Is a method a function?
Write a factorial program using recursion in java?