In java it is achieved by using a keyword 'private' keyword and the process is called data hiding. It is used as security such that no internal data will be accessed without authentication. An unauthorized end user will not get access to internal data. v Access Specifier Public Private Protected Default Access From Public default private In the Class ...