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 is the difference between a public and a non-public
class?

Answers were Sorted based on User's Feedback



What is the difference between a public and a non-public class?..

Answer / ravikiran(aptech mumbai)

public class is the one whose memebers can get an access to
all the classes in the same package and out of the package

Is This Answer Correct ?    14 Yes 0 No

What is the difference between a public and a non-public class?..

Answer / javachi

public class is a class that can be accessed from anywhere in the package and outside the package, this public means access globaly.
there is no such non-public class in java. so we can consider private, protected, friendly classes as a non-public classes.

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More Core Java Interview Questions

Can a java program have 2 main methods?

0 Answers  


Why constructor has no return type?

0 Answers  


How to sort an array in java without using sort method?

0 Answers  


What does split function do in java?

0 Answers  


What is the order of arraylist in java?

0 Answers  


Difference between throw and throws?

0 Answers  


Tell some latest versions in JAVA related areas?

0 Answers  


Is null or empty java?

0 Answers  


How many types of methods are there?

0 Answers  


Difference between flush() and commit() in hibernate?

2 Answers   Bally Technologies,


What is meant by polymorphism?

0 Answers  


Explain the difference between an Interface and an Abstract class?

0 Answers   BirlaSoft,


Categories