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
A ___________ is a program that reads a document, checks whether it is syntactically correct, and takes some action as it processes the document.
(Multiple Choice)
4.8/5
(30)
The ____ standard defines interfaces and methods to analyze and modify the tree structure that represents an XML document.
(Multiple Choice)
4.7/5
(41)
In XML, an attribute has a name and a(n) ____________________.
(Multiple Choice)
4.9/5
(31)
In an attribute definition in a DTD, a V declaration means ____________.
(Multiple Choice)
4.9/5
(40)
An XPath describes a node or_______, using a syntax that is similar to directory paths.
(Multiple Choice)
4.7/5
(34)
To get a DocumentBuilder object, first call the static ____ method of the DocumentBuilderFactory class.
(Multiple Choice)
4.8/5
(41)
Suppose price is an element and currency is an attribute, to represent that a price element must contain currency, we must specify ____ .
(Multiple Choice)
4.8/5
(34)
In XML, a DTD is introduced with the ___________ declaration.
(Multiple Choice)
4.8/5
(36)
What is one reason to have the DOM parser ignore white space in an XML document?
(Multiple Choice)
4.9/5
(36)
Which of the following attribute types describes any sequence of character in a DTD?
(Multiple Choice)
4.8/5
(33)
Given the following code, what will the XPath name(/items/item[2]/*[2]) generate?
![Given the following code, what will the XPath name(/items/item[2]/*[2]) generate?](https://storage.examlex.com/TB7392/11eb9782_fdc5_23f5_b9fe_959070a2e832_TB7392_00.jpg)
(Multiple Choice)
4.8/5
(37)
Why is generating an XML file as a sequence of print statements not a good idea?
(Multiple Choice)
4.9/5
(37)
The XML standard recommends that every XML document start with ____.
(Multiple Choice)
5.0/5
(44)
To generate an object of a class that implements the Document interface, you need a __________.
(Multiple Choice)
4.8/5
(39)
Showing 41 - 60 of 74
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)