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


When we give defination of interface method in the class why
method must be public???

Answers were Sorted based on User's Feedback



When we give defination of interface method in the class why method must be public???..

Answer / pradeep singh

because class which implements the interfaces if the
access modifiers are protected or private then we can not
override this metods. somethos must be publicand java there
is notmultiple inheritance

Is This Answer Correct ?    7 Yes 1 No

When we give defination of interface method in the class why method must be public???..

Answer / prakash

all methods in interfaces are public by default...

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More Core Java Interview Questions

Why arraylist is used in java?

0 Answers  


What is the meaning of 3 dots in java?

0 Answers  


What do you know about the garbage collector?

0 Answers  


How to change value in arraylist java?

0 Answers  


What is the difference between call by reference and call by pointer?

0 Answers  


What is a generic code?

0 Answers  


how can we synchronize Hash map?

3 Answers   CTS,


Does substring create a new object?

0 Answers  


what is encapsulation in java? Explain

0 Answers  


Which is the best way of exception handling?

2 Answers   Oracle,


why are wait(), notify() and notifyall() methods defined in the object class? : Java thread

0 Answers  


Can we use string in the switch case?

0 Answers  


Categories