Home / CSE MCQs / Java XML :: Discussion

Discussion :: Java XML

  1. What are the advantages of DOM Parsing?
  2. 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

    View Answer

    Workspace

    Answer : Option C

    Explanation :



Be The First To Comment