aspose file tools
The moose likes Beginning Java and the fly likes the Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "the "this" factor" Watch "the "this" factor" New topic
Author

the "this" factor

shivang sarawagi
Ranch Hand

Joined: Jun 19, 2008
Posts: 116
What is the difference between


&

Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 8441

this is used to indicate the instance variable which is a good coding style.
Your sample code has different variable names. But consider if you have something AB(int pi)
Inside the constructor if you say pi, it will indicate the constructor argument, whereas this.pi indicates the instance variable


[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: the "this" factor
 
Similar Threads
instantiation of an extended type with baseclass
boxing/unboxing operations on equals()
Need help with doing a calculation in Java
Skipping element addition in list