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

An inner class can actually be a subclass of the outer class?

a. true
b. false

Answer Posted / mool shankar shukla

inner class is a class within class. and sub class is a class which inherits method or methods from super class.

example of sub class...........
class a
{}
class b extends a
{}

here b is sub class of a.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is array command?

1263


What ide should I use for java?

1097


Which sorting is best in java?

1044


Can we convert stringbuffer to string?

1055


What is internal variable?

1069


Is Constructor possible in abstract class in java ?

1116


How much ram can a 64 bit processor theoretically?

966


what is the difference between thread and runnable types? : Java thread

1054


What is singleton math?

1221


What are the 8 primitive data types in java?

1084


What's the purpose of using break in each case of switch statement?

1041


Can we declare register variable as global?

966


What is the difference between static (class) method and instance method?

1138


Which sorting is used in arrays sort in java?

1129


State one difference between a template class and class template.

1114