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
Does anyone still use java?
what do you understand by synchronization? : Java thread
Explain the transient field modifier?
How many types of constructors are used in java?
What is boolean false?
How do you check if a character in a string is a digit or letter?
In Java list the methods that can be overridden?
Is void a data type?
What is unicode with example?
Whats the difference between notify() and notifyall()?
how to deploy apache tomcat server to weblogic server in java
What is a variable in java?
What is callable java?
What is the main advantage of passing argument by reference?
What is meant by class loader? How many types are there? When will we use them?