In Java, what are this() and super(), and where are you required to use them?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Super() and this() are special keywords in Java that are used to invoke the constructor. This() and super() must appear as the block's initial line.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Super() and this() are special keywords in Java that are used to invoke the constructor. This() and super() must appear as the block's initial line.
| Is This Answer Correct ? | 0 Yes | 0 No |
AWT event listeners extends what interface?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
I need to know about complete topic in java's collections i with an examples
What is static data type in java?
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.
where do we use init()
What is thread synchronization in java?
What are the four corner stones of oop?
What are the files generated after using IDL to java compiler?
Which non-unicode letter characters may be used as the first character of an identifier?
Does java vector allow null?
What methodology can be utilized to link to a database?