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
How do you do a line break in java?
how to run ecllipse with jettyserver for windows environment using batch file
What is a lightweight component?
What does main method?
What is difference between ++ I and I ++ in java?
What is ph and buffers?
What is method in research paper?
List some features of the abstract class.
What is a final class in java?
What does this () mean in constructor chaining concept?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
Can we synchronize static methods in java?
Does constructor be static?
What is difference between synchronize and concurrent collection in java?
What is a stack class in java ?