| Author |
XML parsers
|
silpa bathina
Greenhorn
Joined: Jan 23, 2006
Posts: 16
|
|
The javax.xml.parsers package contains factories for creating either SAX or DOM parsers. Which of the following techniques are used to specify the parser these factories return? Select all that apply: 86 A. A HashMap that contains the Parser Class is passed to the Factory constructor A 87 B. Setting a Java system property at runtime B 88 C. Implement a Locator Class C 89 D. None of these
|
 |
 |
|
|
subject: XML parsers
|
|
|