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
Can inner class final?
How do you get length in java?
What is the difference between preparedstatement and statement in java?
What is the this keyword?
Explain the difference between static and dynamic binding in java?
Difference between == and .equals() ?
What restrictions are placed on method overriding in java programming?
Which is bigger float or double java?
How can we access some class in another class in java?
What are packages in java?
What is increment in java?
Why is it called buffering?
How many bits is a char?
How many types of variables are there?
What is a prefix function.write down a code to compute prefix function.