What is meant by Encapsulation? Can you write a class to explain encapsulation?
All the javabeans written in java follows encapsulation. In java bean variables are declared as private for security. will be accessed using setter and getter method.