class A
{
class B
{
psvm(String args[])
{
}
}
}
if the prg saved in A.java whats the o/p?
Answer Posted / kalpana
output
-------
Inner classes cannot have static declarations
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
How does java pattern compile work?
What are synchronized methods and synchronized statements in java programming?
Which sorting is used in arrays sort in java?
What is boolean false?
What is meant by flickering?
What is the size of a string in java?
What is ascii code?
Explain the use of sublass in a java program?
What is methods in java?
Discuss different types of errors that generally occur while programming.
Explain the usage of this with constructors?
What is replacefirst in java?
What is difference between string and new string?
What is difference between public static and void?
What are exception handling keywords in java?