this keyword usage

Help and support on OCA OCP Java Programmer Certification Questions
1Z0-808, 1Z0-809, 1Z0-815, 1Z0-816, 1Z0-817

Moderator: admin

Post Reply
saregg
Posts: 20
Joined: Fri May 01, 2020 11:27 am
Contact:

this keyword usage

Post by saregg »

this can only be used within the context of an instance of a class. This
means, it is available in instance initializer blocks, constructors, instance
methods, and also within a class
is mentioned in the book. Other than instance initializer blocks, constructors, instance
methods, where can this be used inside a class

admin
Site Admin
Posts: 10388
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: this keyword usage

Post by admin »

class A{
int a=0;
int b = this.a; <--- here
}

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests