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 |
Can interface be private in java?
what is web.xml?and its use?
Matrix multiplication only using OOP concepts .
What is arraylist e in java?
What is the difference between an object-oriented programming language and object-based programming language?
worst case complexities of Quick sort and Merge sort.
Differences between GridLayout and GridBagLayout?
What is nan in java?
what is a transient variable?
what is an object class?Explain its methods?
What is Co-Variant return type in method overriding?
how to deploy apache tomcat server to weblogic server in java