Delete comment from: Javarevisited
Hi,
I have a quick very basic question. In order to have the encapsulation we make member variable private. So that no one can access this variable and at the same time we inject public setter and gettor methods to access that variable. Would any one please want to have any comment. Is - 1) Just to maintain the standard 2) To support ORM with hibernate 3) For immutability 4) anything else.....Many Thanks.
Dec 13, 2013, 2:12:50 PM
Posted to How to configure Log4j in Java program without XML or Properties File - Example