📘 Premium Read: Access my best content on Medium member-only articles — deep dives into Java, Spring Boot, Microservices, backend architecture, interview preparation, career advice, and industry-standard best practices.
✅ Some premium posts are free to read — no account needed. Follow me on Medium to stay updated and support my writing.
🎓 Top 10 Udemy Courses (Huge Discount): Explore My Udemy Courses — Learn through real-time, project-based development.
▶️ Subscribe to My YouTube Channel (172K+ subscribers): Java Guides on YouTube
DOM XML Parser
DOM Parser is the easiest Java XML parser to learn. DOM parser loads the XML file into memory and we can traverse it node by node to parse the XML. DOM Parser is good for small files but when file size increases it performs slowly and consumes more memory.This article shows you how to create an XML file in Java using DOM XML Parser
Check out, DOM Parser can be used to modify existing XML data as well.
This article explains how to use DOM Parser to create and write Object data to an XML file.
SAX Parser
JDOM Parser
In this article, we will learn how to update the existing XML file in Java using JDOM.
In this article, we will learn how to create an XML file in Java using JDOM Parser.
JAXB
In this article, we will learn how to convert an XML to a Java object using JAXB API.
In this tutorial, we will learn how to convert Java objects from and to XML using JAXB API.
Latest JAXB Examples using Java 11
- JAXB - How to Convert Java Object to/from XML - In this tutorial, we will show you how to use the JAXB API to convert Java Object to/from XML. In this tutorial example, we use JDK 11 and Maven to create our applications.
- Java JAXB Example Tutorial (Java 11) - In this tutorial, we will show you how to use the JAXB API to convert Java Object to/from XML. In this tutorial example, we use JDK 11 and Maven to create our applications.
References
Learn all Java/J2EE Tutorial on All Java Tutorials
Comments
Post a Comment
Leave Comment