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
What is a ternary operator in java? What is an interface?
Explain an intermediate language?
What is pre increment and post increment in java?
What is the preferred size of a component in java programming?
How do you initialize an arraylist in java?
Why java is object oriented?
Is null a value?
What is flush () in java?
What do bitwise operators do?
Can we use return in constructor?
What kind of variables a class can consist of?
State the main difference between c++ and java?
What is the meaning of immutable regarding string?
How many techniques can be employed to create a string object?
When is update method called?