Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

class A
{
class B
{
psvm(String args[])
{
}
}
}
if the prg saved in A.java whats the o/p?

Answer Posted / hitesh kumar

Compilation error:-
The method main cannot be declared static; static methods
can only be declared in a static or top level type.
To make it happen you need to declare class B as static
class A{
static class B{
psvm(String arg[]){}
}
}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the new line character?

1231


What is the function of log?

1063


What is static keyword?

1244


List out five keywords related to exception handling ?

1058


What is the meaning of course?

1141


how to deploy tomcatserver to weblogic server? write d following steps?

2006


What language is java written?

1056


Write a program in java to find the maximum and minimum value node from a circular linked list.

1147


explain local datetime api in java8?

1055


what is abstract class in Java?

1170


What are methods?

1074


What is the Scope of Static Variable?

1275


Is java 1.7 the same as java 7?

1100


what is the final keyword denotes in java?

1157


What is the difference between comparison done by equals method and == operator?

1063