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?what is the use of inner class?where we
create the object for inner class? and inner class can
extend any class or inner class can implement any interface?

Answer Posted / gajendar

In Java, just like methods, variables of a class too can have another class as its member. Writing a class within another is allowed in Java. The class written within is called the nested class, and the class that holds the inner class is called the outer class.
we can create object for inner class in methods of outer class.it can extend exactly 1 class or impliment 1 interface

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we catch more than one exception in a single catch block?

1131


What is the use of System class?

1214


Can we have return statement in finally clause? What will happen?

1012


What is the purpose of format function?

1236


What is the difference between a switch statement and an if statement?

1133


What is a Presistent Object?

1288


What is parsing in java?

1010


What are the basic concepts of OOPS in java?

1085


What do you mean by platform independence of Java?

1223


Explain differences between collection api and stream api?

1231


Is string serializable in java?

1065


What is a parameter in matrices?

1104


What are checked exceptions?

1078


Is 9 a prime number?

930


Which is better stringbuffer or stringbuilder?

961