Answer Posted / kalai
it can be used to call same class constructor.
it refers current object.
example
public class sample{
int k,l;
sample(int k,int l)
{
this.k = k;
this.l = l;
}
}
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is keyword in oop?
What is parameter example?
What is meant by flickering?
What is maximum size of arraylist in java?
How big is a 64 bit float?
What is the benefit of using enum to declare a constant?
Why there are some null interface in JAVA? What does it mean? Give some null interface in JAVA?
What is meant by javabeans?
What is the default access specifier for variables and methods of a class?
What is a substring of a string?
What is the purpose of lambda expressions?
Is java ee a framework?
What is variable declaration and definition?
What is a “stateless” protocol ?
What is communist flag?