whays is mean by inner class?

Answers were Sorted based on User's Feedback



whays is mean by inner class?..

Answer / srinu

I tell small example with out existing car object their is
no existing wheel object. so A class declared with in class
is called inner class. This inner class concept are used in
AWT concepts

Is This Answer Correct ?    4 Yes 1 No

whays is mean by inner class?..

Answer / ravikiran

inner class is the class with in the clas or nested class

Is This Answer Correct ?    3 Yes 1 No

whays is mean by inner class?..

Answer / pops

class inside a class.doesn't allow static
declarations.moslty you can make your code less vulnerable
to security attacks.

Is This Answer Correct ?    2 Yes 1 No

whays is mean by inner class?..

Answer / naddu

inner class is a class within the class. without inner
class outer class is does't exist. outer class is depends
on inner class.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is a constructor, constructor overloading in java?

0 Answers  


Can you extend main method in java?

0 Answers  


Differentiate jar and war files?

0 Answers  


how to call one program .class file in another program

7 Answers   TCS,


What is identifier in java?

0 Answers  






FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?

1 Answers  


How many types of operators are there?

0 Answers  


What do you understand by a Static Variable?

0 Answers   CGI,


Why are getters and setters used?

0 Answers  


what is the diff b/w arraylist and vector?

6 Answers   Code Genesis, Genesis, Sprintine Labs,


Can a class be final?

0 Answers  


What is mean by collections in java?

0 Answers  


Categories