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


can two class in a code be public??if yes then how??

Answers were Sorted based on User's Feedback



can two class in a code be public??if yes then how??..

Answer / sreejesh1987

One java source file must have only one top-level(top level means not an inner class) public class with the same name as the name of the source file .


You can have inner classes to a class which are public. Hence in this way it is possible to have more than one public class in a single file.

Is This Answer Correct ?    11 Yes 2 No

can two class in a code be public??if yes then how??..

Answer / siva

NO only one class should be public if we write multiple
classes in a same file.we can write multiple class files in
a single file.if main() is there in one of the classes then
it should be declare as public.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is method in java ?

0 Answers  


What is this keyword in java?

0 Answers  


Are floats faster than doubles?

0 Answers  


Does java arraylist maintain insertion order?

0 Answers  


why using interface interface ?

0 Answers  


What are the advantages of compiled language?

0 Answers  


What is unicode used for?

0 Answers  


Difference between a Canvas and a Scroll Pane?.

1 Answers   NIIT,


This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  


what is diffrence between .NET and java?

2 Answers  


What is update method and when it is called?

2 Answers   TCS,


Which number is denoted by leading 0x or 0x in java?

0 Answers  


Categories