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
Can we increase size of array?
What purpose do the keywords final, finally, and finalize fulfill?
What is 16 bits called?
How do you sort words in java?
Is multiple inheritance supported by java?
What causes memory leaks in java?
What are extraneous variables examples?
Can we able to pass objects as an arguments in java?
We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.
Why string is called as immutable?
How to access arraylist elements in java?
what is ststic with example
How many arguments can be passed to main ()?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What is broken and continue statement?