What does this() represent, and how is it used in Java?
Answer Posted / hr@tgksolutions.com
The current instance of a class is represented by this().
• Previously used to: o Call the same class's default constructor
Access the current class's methods
o Indicate the instance of the current class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is singleton class example?
What is ellipsis in java?
What is method and methodology?
What is the class in java?
What is the numeric promotion?
What are the types of java languages?
How do you remove duplicates from an array in java?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
Explain exception chaining in java?
does java support pointers?
What is a singleton class in Java?
What is hasnext in java?
How does enum work in java?
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
what do you understand by synchronization? : Java thread