Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to use this key word in java programming?

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


Please Help Members By Posting Answers For Below Questions

What is floating data type?

917


Why do we use regex?

951


What is the final field modifier?

930


What is the use of System class?

1093


What's the difference between comparison done by equals method and == operator?

914


Is java ee a framework?

927


How to Sort Strings which are given in List and display in ascending order without using java api.

4338


I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?

930


What is generic class?

1037


What is the maximum size of hashmap in java?

938


What is the difference between Java1.4 and Java1.5

2252


What are the pillars of java?

865


What is a jagged array in java?

1044


Why are functions called methods in java?

944


What does  mean in regex?

987