class A{
class B{
}
}
in which name u save the file,its the program compile?
Answer Posted / kalpana
output
-------
Inner classes cannot have static declarations
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
If we don’t want some of the fields not to serialize how to do that?
Can you use this() and super() both in a constructor?
why would you use a synchronized block vs. Synchronized method? : Java thread
What is a singleton in genetics?
what is nested class in java?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
What is the default execution method in java?
What do you mean by data type?
What is a buffer in computer?
When should we create our own custom exception classes?
What is the difference between a choice and a list?
how to run ecllipse with jettyserver for windows environment using batch file
How do you bind variables?
How do I remove a character from a string in java?
What is difference between final and finally in java?