class A
{
class B
{
psvm(String args[])
{
}
}
}
if the prg saved in A.java whats the o/p?
Answer Posted / ujjal
main method must be outside of the class B.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is java in layman terms?
How do you identify independent and dependent variables?
What interface is extended by awt event listeners?
What is autoboxing in java?
Is java an ide?
What is the final field modifier?
Explain about main thread in java?
What do you mean by access modifier?
Are global variables initialized to zero?
What happens to the Exception object after handling an exception?
When does an object becomes eligible for garbage collection in java?
What are the 4 versions of java?
What is difference between pointer and reference?
What is the list interface in java programming?
Can you add null to a list java?