class A{
class B{
}
}
in which name u save the file,its the program compile?
Answer Posted / amulkumar
We can save the file using any name;
A.java or B.java
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How do you escape in java?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
Should a main method be compulsorily declared in all java classes?
What is anti pattern in programming?
What are the three best choices for a development environment?
What is callable java?
Does java support Operator Overloading?
What is called module?
How big is a 64 bit float?
what do you mean by marker interface in java?
Is linkedlist thread safe in java?
Can we make constructors static?
What is an abstract class and what is it’s purpose?
What are the main differences between notify and notifyAll in Java?
What does singleton class mean?