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
If a class is declared without any access modifiers, where can the class be accessed?
What is the reflection?
What is string data?
What do you mean by access modifier?
What is the difference between serial and throughput garbage collector?
What is default constructors?
What super () does in java?
What is prime number in java?
How can we make a class singleton?
What is args length in java?
How do you sort objects in java?
Why java applets are more useful for intranets as compared to internet?
How define set in java?
Can we declare register variable as global?
What does += mean in java?