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 / amulkumar

Compiletime Error saying----
The method main cannot be declared static; static methods
can only be declared in a static or top
level type

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can sleep() method causes another thread to sleep?

984


Write a factorial program using recursion in java?

938


Differece between class and generic class?

972


What is integers and example?

916


What is Classloader in Java?

1125


What is a dynamic array in java?

1090


Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?

1034


What is static block?

1056


What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?

2418


Give me some null interfaces in java?

1002


Does treeset use compareto?

909


What is singleton class and how can we make a class singleton?

1047


What is boolean false?

928


which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

10936


Why super is first line in java?

996