What is the difference between Super and This Keyword?

Answer Posted / chandrasekhar.p

By using super we can refer the super class methods or members.This is used for refer current class members

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe responsibilities of Activator?

1657


Difference between swing and awt?

591


What is RMI and what are the services in RMI?

597


What are externizable interface?

567


What is abstract schema?

542






What does module-relative mean?

563


What is the difference between the ‘font’ and ‘fontmetrics’ class?

625


How are commas used in the intialization and iteration parts of a for statement?

573


What is the difference between static and non-static with examples?

1345


What is threadfactory?

602


What is an abstract method?

581


What is jboss?

562


Why is string immutable in java?

568


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1350


what are the activation groupworks?

1662