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
What are local variables?
Enlist diffrent types of inheritance supported by java?
Why are the methods of the math class static?
How do you declare a string variable?
How is a structure different from array ?
Can constructor be protected in java?
What are the java ide's? Explain
Can constructor be inherited?
What are desktop procedures?
What is the function of log?
Why is string builder not thread safe?
What is the difference between call by reference and call by pointer?
How to compare strings in java?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
Define an applet in java?