class A
{
class B
{
psvm(String args[])
{
}
}
}
if the prg saved in A.java whats the o/p?
Answer Posted / chanchal
Compilation error:-
Becouse Inner classes cannot have static declarations
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is thread count in java?
What is adapter in java?
What is parse method?
Why vector class is used?
What is tcp and udp?
What is the difference between int and integer in java?
what is synchronization and why is it important? : Java thread
Say any two properties in beans?
Can a private method of a superclass be declared within a subclass?
What is difference between == equals () and compareto () method?
How many types of parsers are there?
What is the difference between compile-time polymorphism and runtime polymorphism?
What an i/o filter in java programming?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
What is data and its types?