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
What is the use of math abs in java?
What is static data type in java?
Which graphs are functions?
What is break and continue statement?
Enlist few advantages of inheritance?
What is an interoperable application in java ?
How many types of constructors are used in java?
What are the new features in java 8?
How would overload a function based on return type?
How do you trim a space in java?
What does a method signature consist of?
Is there any difference between synchronized methods and synchronized statements?
Is null a string?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
What is the point of java?