Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

this in java

this() : used for calling the constructor . 
  we can only use it in the constructor
this. : used for calling the instance variables 
we can use in any object instances
 
PREVIOUS NEXT
Tagged: #java
ADD COMMENT
Topic
Name
7+4 =