In Java, what are this() and super(), and where are you required to use them?
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 |
What is Overriding and how can it be used?
Linked List reverese program
How will you get the platform dependent values like line separator, path separator, etc., ?
How will you communicate between two applets?
explain System.out.println
107 Answers Calpine Technologies, Care, Cognizant, CTS, IBM, IBS, LibSys, Oracle, Spiro Solutions, TCS,
how to create daemon thread in java?
What is volatile keyword in java
What are internal and external variables?
Why can we not override static method?
Is java a prime method?
What is a flag variable?
What is an enumeration class?