Annotation in JAXB

JAXB annotations in Java is a way of notifying JVM to do on behalf of developer. different type of Annotations used in JAXB API the annotation as @XmlRootElement, @XmlType, @XmLElementWrapper, @XmlAttribute, @XmlAccessorType @XmlJavaTypeAdapter

What is JAXB?

What is JAXB in Java? JAXB: Java Architecture for XML Binding to convert java object to XML and XML to java object. Learn Features of JAXB, advantages of JAXB.

MongoDB collection data size

Learn how to get MongoDB collection data size, storage data size MongoDB collection using db.collection.stats(). Get Document size of MongoDB using Object.bsonsize({}), MognoDB collection index size using db.collection.stats(), different aspects of it so learn step by step.