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?

Answers were Sorted based on User's Feedback



how to use this key word in java programming?..

Answer / nagireddy.siddaka


my answer is like this
class A{
int a;
int b;
A(){
this.a=12;
this.b=14;
)

Is This Answer Correct ?    17 Yes 3 No

how to use this key word in java programming?..

Answer / kavitha

class abc
{
.int x,y;
.
.
public void setValue(int a,int b)
{
this.x=a;
this.y=b;

}

Is This Answer Correct ?    11 Yes 4 No

how to use this key word in java programming?..

Answer / ali

this keyword is used to referd the current objects.
It is also used call the same class constructor.
In the set of statements this statement is executed first.

Is This Answer Correct ?    8 Yes 1 No

how to use this key word in java programming?..

Answer / 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

how to use this key word in java programming?..

Answer / rakesh

Keyword can not be used as identifiers in your programs.

Is This Answer Correct ?    5 Yes 4 No

how to use this key word in java programming?..

Answer / raaz

i hv lot of doubts in java what to do...???

Is This Answer Correct ?    0 Yes 0 No

how to use this key word in java programming?..

Answer / malini.s

i am having lot of doubts in java
wt to do

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Core Java Interview Questions

Is string a class in java?

0 Answers  


What are drawbacks of singleton class?

0 Answers  


When should I use a singleton?

0 Answers  


Can you extend more than one interface?

9 Answers  


Name some classes present in java.util.regex package.

0 Answers  


How do you represent a space in regex java?

0 Answers  


What is a function easy definition?

0 Answers  


where do you place after you did code in java

2 Answers  


What is the difference between inheritance and encapsulation?

0 Answers  


How to call static method?

4 Answers   Epoch,


What does a za z0 9 mean?

0 Answers  


Describe the various concepts related to object oriented programming (oop).

0 Answers  


Categories