Java StAX: A Guide to Streaming API for XML - Quiz

Total: 1 questions

1. 

What is StAX? What it is used for?

Streaming API for XML standard. It gives a standard, bidirectional pull parser interface for streaming XML processing, offering a simpler programming model than SAX and more efficient memory management than DOM. StAX gives the possibility to parse and change XML streams as events, and to extend XML information models to allow application-specific additions.

Page 1 of 1