#749
java
#696
Rounding : Divide :
#655
Basic solution using Xstream : Maven dependency : Marshalling / Unmarshalling using JAXB : Maven dependency : For JAXB, the root XML element should be annoted with : @XmlRootElement Each sub element could be annoted with : @XmlType(name = ““) each attribute with @XmlElement(name = ““)
#653
Java “Heap” is a continous memory region where all Objects data will be stored (by data, we mean instance of class, primitive and references). It’s a big part of the process heap. It can be configured using the following parameters : -Xmx : max heap size (ex: -Xmx1024) -Xms : min heap size. Having -Xms […]
#637
Properties file : Java code : Spring config : Java usage :
#635
Java code : Spring config (for Gmail) : pom.xml :
#612
#610
Maven dependency :
#608
Maven dependency :
#605
http://www.mkyong.com