Discussion :: Java XML
- What are the advantages of DOM Parsing?
A.
The DOM is a common interface for manipulating document structures
|
B.
One of its design goals is that Java code written for one DOM-compliant parser should run on any other DOM-compliant parser without changes
|
C.
Both of the above
|
D.
None of the above
|
Answer : Option C
Explanation :
Be The First To Comment