What is the difference between this() and super()?
Answer Posted / tulasi prasad
this keyword is used to invoke the current class properties.
Where as super keyword is used to invoke the immidiate
super class properites.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
Can we restart a dead thread in java?
Should database connections be singleton?
What does exp mean in math?
State differences between C and Java?
In a class implementing an interface, can we change the value of any variable defined in the interface?
Explain the importance of throws keyword in java?
Can a static method be overridden in java?
What are void pointers?
Explain heap sort?
How to make a non daemon thread as daemon?
What does string mean in java?
What is the purpose of the system class in java programming?
What is casting in java programming?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
What is the use of math abs in java?