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
Describe the syntax of multiple inheritance? When do we use such an inheritance?
Is it possible for a yielded thread to get chance for its execution again?
What's the default access specifier for variables and methods of a class?
Does constructor be static?
What is protected access modifier?
What are some alternatives to inheritance?
What is included in core java?
Does java set allow duplicates?
Why is singleton instance static?
Is java se free?
What does a za z0 9 mean?
What is the difference between break and continue statements?
What is the purpose of the main method?
Why synchronization is important?
What does sprintf mean?