What is the format of Inner Class after it compiled?



What is the format of Inner Class after it compiled?..

Answer / harish

OuterClass$InnerClass.class

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More Core Java Interview Questions

String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


Where are local variables stored?

0 Answers  


Variables used in a switch statement can be used with which datatypes?

0 Answers  


How can we create a object of a class without using new operator.

1 Answers   Infosys, Nokia,


How can we create objects if we make the constructor private ?

0 Answers  


Life Cycle of Thread

4 Answers   IBM,


Explain the difference between intermediate and terminal operations in java8?

0 Answers  


What is a numeric format?

0 Answers  


What is a Java switch statement, and how can it be used?

2 Answers  


What JNDI(Java Naming and Directory Interface) provides?

4 Answers  


You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain

0 Answers  


Difference between static binding and dynamic binding?

0 Answers  


Categories