Answer Posted / ali
this keyword is used to referd the current objects.
It is also used call the same class constructor.
In the set of statements this statement is executed first.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What are the two types of streams offered by java 8?
What is a flag and how does it work?
What are the core java topics?
What is the use of private static?
what is the volatile modifier for? : Java thread
What do you mean Abstraction in java?
What are the three best choices for a development environment?
Why you should not use singleton?
Explain about fail fast iterators in java?
What does index mean in java?
What is percentage in java?
What do you mean by JVM?
Can extern variables be initialized?
What is thread safe in java?