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


What are the access modifiers available in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

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 are the object and class classes used for?

0 Answers  


Do you know why doesn't the java library use a randomized version of quicksort?

0 Answers  


Can we write a class without main method in java?

0 Answers  


Why inputstreamreader is used in java?

0 Answers  


Name the types of 'priority'?

2 Answers  


How Marker Interfaces are instruct to complete the desired need ?

2 Answers  


Why is the singleton pattern considered to be an anti pattern?

0 Answers  


Difference between ‘is-a’ and ‘has-a’ relationship in java?

0 Answers  


What does compareto () do in java?

0 Answers  


String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


Java does not support multiple inheritance. how interface helps in the same?

5 Answers   TCS,


Categories