Programming Tutorials

What is JAXP?

By: Karthik in Interview Tutorials on 2012-06-16  

Answer: The Java API for XML Processing (JAXP) enables applications to parse and transform XML documents independent of a particular XML processing implementation. JAXP or Java API for XML Parsing is an optional API provided by Javasoft. It provides basic functionality for reading, manipulating, and generating XML documents through pure Java APIs. It is a thin and lightweight API that provides a standard way to seamlessly integrate any XML-compliant parser with a Java application.





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

What is Collection API?

What types of comments are available in the JSP?

Interview Question: How do I install Struts?

The output of System.out.println(5<<2) in Java

Interview Question: What is EJB client JAR file?

Tell me something about J2EE component?

What is the difference between JTS and JTA?

What are types of J2EE clients?

What do you understand by a container in J2EE?

Question: How is the MVC design pattern used in Struts framework?

Interview Question: What is abstract schema?

Interview Question: Is it possible to share an HttpSession between a JSP and EJB? What happens when I change a value in the HttpSession from inside an EJB?

Interview Question: Can I invoke Runtime.gc() in an EJB?

Question: How would you go about analyzing performance of an application?

What are the call back methods in Session bean?

Latest Articles (in Interview)