Upon compiling the following class, What .class files will get created<br /> <br /> public class OuterClass{<br /> class InnerClass{<br /> }<br /> }<br />
Javasearch.buggybread.com

Search Interview Questions


 More than 3000 questions in repository.
 There are more than 900 unanswered questions.
Click here and help us by providing the answer.
 Have a video suggestion.
Click Correct / Improve and please let us know.
Label / Company      Label / Company / Text

   



Interview Questions and Answers

 Q1. Upon compiling the following class, What .class files will get created

public class OuterClass{
class InnerClass{
}
}
Core Java
Ans. OuterClass.class AND OuterClass$InnerClass.class

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     class files  compilation  compile  inner classes   nested classes


Related Questions

  How does volatile affect code optimization by compiler?
  How compiler handles the exceptions in overriding ?
  Which of the following is false about Constructors ?
  Is JVM, a compiler or interpretor ?
  Is it possible to compile and run a Java program without writing main( ) method?
  If we try to add duplicate key to the HashMap, What will happen ?
 Why doesn't this code give compile time error when we are clearly trying to add an integer element to an array of Strings

Object[] strArray = new String[2];
strArray[0] = 5;
  Will Compiler creates a default no argument constructor if we specify only multi argument constructor ?
  What is the difference between compile and install ?
  Will this code compile ?



Help us and Others Improve. Please let us know the questions asked in any of your previous interview.

Any input from you will be highly appreciated and It will unlock the application for 10 more requests.

Company Name:
Questions Asked: