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...

what is inner class?

Answer Posted / shahid

there is one "locha" in paragraph one of answer number 1.

since local classes are also inner classes which are defined within any block and that block can be a method's body.

class OuterSpace {
private String MessageComming = "is any body there";

void receiveMessage() { //outer c;lass method

class InnerSpace { //defining class in outter class method
public void receivingMessage() {

System.out.println("message send by eline is" +MessageComming);
}
}
}
}

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by flow of struts?

1381


What is the difference between access specifiers and access modifiers in java?

1239


Add a value x to array from index l to r where 0 <= l <= r <= n-1

1134


What is a “stateless” protocol ?

1038


Differences between external iteration and internal iteration?

1214


Can we convert stringbuffer to string?

1055


What are the skills required for core java?

1072


How do you override a variable in java?

1238


What are the characteristics of Final,Finally and Finalize keywords.

1239


What is the difference between private & public & friendly classes?

1115


What is the purpose of javac exe?

1148


what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent

2242


What are access specifiers in java ?

1203


What is parameter example?

1077


What is a null check?

1071