Pregunta de entrevista de IGATE

How will you implement security in java?

Respuesta de la entrevista

Anónimo

19 de nov de 2012

By using Encaptulation, In Encaptulation we will provide security for data by avoiding direct access of class members and that members are accessed by proper authendication and public setter and getter methods.