What is the difference between this() and super()?
Answer Posted / varunkumar
this keyword is used to invoke the current class properties.
Where as super keyword is used to invoke the immidiate
super class properites.
this keyword is same name of mathed and decleare value is
used the this class
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a static and a non-static inner class in java programming?
What is a boolean expression in java?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
Which method cannot be overridden in java?
Which collection is best for sorting in java?
What is a parameter example?
What is a buffer in java?
What is string in java?
How do you remove an element from an arraylist in java?
Write a program to search a number in the given list of numbers.
Explain purpose of sleep() method in java?
What is the meaning of course?
What happens when a thrown exception is not handled?
How will you communicate between two applets?
Difference between a process and a program?