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 are Inner classes?

Answers were Sorted based on User's Feedback



What are Inner classes?..

Answer / aditya mohata

class defined inside an class.

Is This Answer Correct ?    4 Yes 0 No

What are Inner classes?..

Answer / rajkumar ksr college

class is a user defiend datatypes.

Is This Answer Correct ?    1 Yes 1 No

What are Inner classes?..

Answer / kartik

Something inside something or class inside another class

Is This Answer Correct ?    0 Yes 0 No

What are Inner classes?..

Answer / sandhya.s

defining class in a class.
inner classes are of 2 types
static and normal

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Core Java Interview Questions

What is meant by call by reference?

0 Answers  


10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

0 Answers  


What is purpose of applet programming?

0 Answers  


if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java

1 Answers  


Explain the difference between transient and volatile in java?

0 Answers  


Explain final, finalize() and finally?

11 Answers   Accenture, TCS,


what is mutability?which one is mutable String or StringBuffer?and why?give examples of each which shows the mutability of each String or StringBuffer

4 Answers   IBM, Zenon,


What is thread pool in java with example?

0 Answers  


What are data types in programming?

0 Answers  


Are arrays immutable in java?

0 Answers  


Explain covariant method overriding in java.

0 Answers  


Explain different forms of polymorphism?

0 Answers  


Categories