InterviewSolution
Saved Bookmarks
| 1. |
what is JAXP used in Web Service? |
|
Answer» In web service, JAXP is used to process XML data using applications WRITTEN in the JAVA programming language. It works with a pluggability LAYER that ALLOWS you to plug in an IMPLEMENTATION of the DOM or SAX APIs. |
|