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

Why are inner classes required?

Answer Posted / qamrun nisa

when an inner class is defined it is a member of the outer
class in much the same way as other members like attributes,
methods and constructors. When we access private data
members of the outer class, the JDK compiler creates
package-access member functions in the outer class for the
inner class to access the private members. This leaves a
security hole.

In general we should avoid using inner classes. Use inner
class only when an inner class is only relevant in the
context of the outer class and/or inner class can be made
private so that only outer class can access it. Inner
classes are used primarily to implement helper classes like
Iterators, Comparators etc which are used in the
context of an outer class.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is java platform independent?

1027


What is the purpose of using java.lang.class class?

1058


What are runtime exceptions?

1224


What will be the initial value of an object reference which is defined as an instance variable?

1197


Where can I find jdk in my computer?

1032


What is the difference between JDBC 1.0 and JDBC 2.0?

3228


what is the difference between process and thread? : Java thread

1025


Can we overload the constructors?

1042


What is the difference between stringbuffer and stringbuilder class?

1159


What is package private scope in java?

995


What is the use of set in java?

1185


What is 32 bit float?

1059


How can I debug the Java security exceptions and AccessControlExceptions?

1202


What function extracts specified characters from a string?

1060


What are jee technologies?

1059