What is the difference between this() and super()?
Answer Posted / bharathi raja
"this" refers to the current class where as "super" refers directly to its immediate above super class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define reflection.
Difference between stack and queue?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
What is math floor in java?
Is java hard to learn?
Difference between class#getinstance() and new operator ?
What is file in java?
What is difference between iterator and enumeration in java?
Which programming language is best in future?
how to convert Java project into Maven ?
How many types of the indexof method are there for strings?
What are the fileinputstream and fileoutputstream?
Explain java code for recursive solution's base case?
What's the default access specifier for variables and methods of a class?
Are arrays static in java?