class A
{
class B
{
psvm(String args[])
{
}
}
}
if the prg saved in A.java whats the o/p?
Answer Posted / venkat
We can save it as A.java because there the main is included
in this class, And this also is not closed until the main
finction.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is java hashset ordered?
What is the difference between and ?
How a variable is stored in memory?
Explain importance of inheritance in java?
How do you find the absolute value?
What is object data type?
Write a function for palindrome and factorial and explain?
For class CFoo { }; what default methods will the compiler generate for you>?
What is rmi and steps involved in developing an rmi object?
What is polymorphism in java? What are the kinds of polymorphism?
What is javac used for?
What is the difference between @before and @beforeclass annotation?
Explain about core java?
What is a java applet? What is an interface?
What are synchronized blocks in java?