How many .class file generated, when you create a class inside another class and compile it using javac ?
Answers
Answered by
0
Explanation:
Class files for all inner classes (either inside a class or method) inside outermost class will be generated along with outer most class.So , if we have two inner class ineer1 and inner2 inside Outer class, then three class files will be generated such as Outer.
Answered by
1
Answer:
sorry but I don't know the answer
good night
Similar questions