Exam 25: XML
Exam 1: Introduction76 Questions
Exam 2: Using Objects82 Questions
Exam 3: Implementing Classes108 Questions
Exam 4: Fundamental Data Types124 Questions
Exam 5: Decisions119 Questions
Exam 6: Loops107 Questions
Exam 7: Arrays and Array Lists117 Questions
Exam 8: Designing Classes88 Questions
Exam 9: Inheritance99 Questions
Exam 10: Interfaces100 Questions
Exam 11: Input/Output and Exception Handling108 Questions
Exam 12: Object-Oriented Design104 Questions
Exam 13: Recursion99 Questions
Exam 14: Sorting and Searching100 Questions
Exam 15: The Java Collections Framework102 Questions
Exam 16: Basic Data Structures102 Questions
Exam 17: Tree Structures102 Questions
Exam 18: Generic Classes75 Questions
Exam 19: Stream Processing85 Questions
Exam 20: Graphical User Interfaces75 Questions
Exam 21: Advanced Input/Output90 Questions
Exam 22: Multithreading81 Questions
Exam 23: Internet Networking74 Questions
Exam 24: Relational Databases75 Questions
Exam 25: XML74 Questions
Select questions type
Which of the following represents the declaration of a DTD contained within the XML document?
(Multiple Choice)
4.8/5
(38)
Given the following code, what will the XPath /items/item[0]/quantity select?
![Given the following code, what will the XPath /items/item[0]/quantity select?](https://storage.examlex.com/TB7392/11eb9782_fdc4_d5d4_b9fe_e1fab568cf61_TB7392_00.jpg)
(Multiple Choice)
4.8/5
(35)
The inclusion of a DTD in an XML document allows you tell the parser to validate the document.The ___________ method of the DocumentBuilderFactory class allows you to turn on validation.
(Multiple Choice)
4.9/5
(41)
A _____________ reads and reports on each element of an XML document as it reads it.
(Multiple Choice)
4.8/5
(42)
What kind of object do you need to create a new, empty XML document?
(Multiple Choice)
5.0/5
(30)
An element that is declared as _______ in a DTD may not have any children.
(Multiple Choice)
4.9/5
(34)
Given the following DTD expression, which section element is valid?

(Multiple Choice)
4.8/5
(43)
Which parser gives you an overview of the complete document so you can analyze it?
(Multiple Choice)
4.9/5
(33)
Assuming that path is properly instantiated object of type XPath and doc is the document below, what is the value of result in the statement

(Multiple Choice)
4.8/5
(29)
Using the grammar notation in your textbook, which rule means that a verb can be either jumps over or eats?
(Multiple Choice)
4.8/5
(38)
To write a DOM document, you need to use an object that implements the _________ interface.
(Multiple Choice)
4.8/5
(35)
How does an XML document reference a DTD?
i.The document may contain the DTD
II.The document may refer to a DTD that is stored elsewhere
III.The document may be set to the DTD
(Multiple Choice)
4.9/5
(36)
The XML encoding & is the replacement for the ____ character.
(Multiple Choice)
5.0/5
(39)
Showing 21 - 40 of 74
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)