class A{
class B{
}
}
in which name u save the file,its the program compile?
Answer Posted / neelanand
Since the program is compiled, we can save it with any
filename with .java extension eg. abc.java
but if you want to use it into other program we must save
it with the A.java
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is thread pool in java with example?
What is __ init __ functions?
What is indexof?
What language is java written?
How many wrapper classes are there in java?
Explain about member inner classes?
What is difference between wait and notify in java?
What is meant by string is immutable?
Explain an intermediate language?
Are static members inherited to sub classes?
What is data type in java?
What is thread count in java?
Why set do not allow duplicates in java?
Convert Binary tree to linked list.
What is a class reference?