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 the purpose of return statement?
Where is stringbuffer stored?
How to split arraylist elements in java?
What are adapter classes?
What is += mean in java?
What is finally and finalize in java?
What is == in java?
How does compareto work in java?
os is developed in c no java is more secured then c na why dont the os developed is developed using java
Can you inherit from an abstract class java?
Difference between operator overloading and function overloading
What is meant by class loader? How many types are there?
Explain reverse a linked list iterative solution in java?
Why are lists ordered in java?
What is constructor chaining in java?