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

What is Stream Tokenizer?

1726


Why a client should be multithreading? Explain.

589


Which containers use a border layout as their default layout?

606


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!

1360


What are the purpose of introspection?

674






What restrictions are placed on the location of a package statement within a source code file?

614


Write a singleton program?

564


hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me

1776


What is the form of storage space in java?

1735


Explain the difference between object state and behavior?

563


what are the activation groupworks?

1673


What is local interface. How values will be passed?

548


If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?

563


what are memory considerations of jsp compares to other web components?

6007


How would you detect a keypress in a jcombobox?

671