Answer Posted / ravikiran(aptech mumbai)
this keyword is used to refer the current instance of the
particular class where as super keyword is used to refer the
superclass members.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What does the “static” keyword mean? Can you override private or static method in java?
What are new features introduced with java 8 ?
What is the difference between pass by reference and pass by pointer?
Do loops java?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
Can private class be extended java?
What is java util collection?
Can we write method inside a method in java?
What is static method with example?
What are the different types of data structures in java?
Differentiate storage classes on the basis of their scope?
How is java hashmap implemented?
Where pragma is used?
What is meant by method?
What are the kinds of polymorphism?