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...

Why does java not allow multiple public classes in a java file ?

Answer Posted / rahul

java does not support multiple public classes because of there are only one main method to define......and we can not have multiple main methods in a same class....and we know that java code will always save as the name of class name in which main method are define......

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to print an arraylist in java?

1000


Explain features of interfaces in java?

933


Can list be final in java?

870


Can static methods access instance variables in java?

1022


What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?

1143


If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?

1202


What are the ways in which a thread can enter the waiting state?

882


What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?

1076


What is a parent class in java?

957


What is arraylist e in java?

1001


What is the Difference between Final Class && Abstract Class?

1026


What is 16 bits called?

888


How many types of equations are there?

959


What is an abstract method in java programming?

970


What kind of variables a class can consist of?

1040