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 |
When will you define a method as static in Java?
0 Answers SwanSoft Technologies,
. Differentiate between instance and local variables.
Do loops java?
What is early binding and late binding in java?
What is Remote Interface ?
What is supplier in java?
Why collection doesn’t extend cloneable and serializable interfaces?
why java does not support mulitple inheritance directly?
How many bytes is a character?
What is singletonlist in java?
Write the program numbers into words.For example 2345==two thousand three hundred fourty five
what is the difference between static block and static method