What are different types of access modifiers?

Answer Posted / venki

Private : It can access with in the class only
public :It can Access Any where
proteced:It can access with in the package and sub class of
the package also
default:it access with in the package only.

Is This Answer Correct ?    13 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is size of int in java?

536


How do you remove an element from an arraylist in java?

448


What exceptions occur during serialization?

593


How many bytes are a float?

495


Explain implementation and how is it different from conversion?

575






What is the difference between compiler and jvm?

538


How does remove work in java?

511


What is the latest java version?

546


Can you achieve runtime polymorphism by data members?

569


What comes to mind when someone mentions a shallow copy in java?

640


Can I learn java in 3 months?

526


What do you mean by global variable?

518


Can we create object of inner class in java?

487


What is data and its types?

563


Explain the public class modifier?

490