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
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
What is meant by flickering?
What is a stringbuffer?
What is null object in java?
What is thread pool in java with example?
Difference between method overloading and overriding.
Which java version is latest?
What is the set interface in java programming?
How many bytes is 255 characters?
How destructors are defined in java?
Explain about doubly linked list
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
If a class is declared without any access modifiers, where can the class be accessed?
What is a module function?
Explain when noclassdeffounderror will be raised ?