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 is not true when using XML?
Free
(Multiple Choice)
4.8/5
(31)
Correct Answer:
C
The symbol #PCDATA refers to text, called "parsed character data." What does it mean?
Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
C
Which of the following statements is correct?
Free
(Multiple Choice)
4.8/5
(41)
Correct Answer:
D
Given the following code, what will the XPath count(/items/*) generate?

(Multiple Choice)
4.7/5
(41)
A number of useful advanced XML technologies have been standardized.Among them is:
(Multiple Choice)
4.7/5
(41)
How can a DTD specify that a course child element in a semester element is optional?
(Multiple Choice)
4.9/5
(44)
When referencing an external DTD (one not on the current file system), you must supply a(n) ____ for locating the DTD.
(Multiple Choice)
4.8/5
(33)
____________ is an extensible syntax that can be used to specify many different kinds of data.
(Multiple Choice)
4.9/5
(42)
Given the following code, what will the XPath /items/item[2]/product/price generate?
![Given the following code, what will the XPath /items/item[2]/product/price generate?](https://storage.examlex.com/TB7392/11eb9782_fdc5_4b06_b9fe_5572712a36bf_TB7392_00.jpg)
(Multiple Choice)
4.8/5
(33)
The method setIgnoringElementContentWhitespace is in the _____ class:
(Multiple Choice)
5.0/5
(42)
When referencing an external DTD (one not on the current file system), you must ____________.
(Multiple Choice)
4.7/5
(37)
To make the parser ignore white space between elements, you should call the __________ method of the DocumentBuilderFactory class.
(Multiple Choice)
4.7/5
(41)
When converting an XML document to Java classes, how should you think about XML elements?
(Multiple Choice)
4.9/5
(40)
Which of the following best describes the line of code?
<p>Have a <strong>fantastic</strong> day!P1P1_E
(Multiple Choice)
4.8/5
(35)
A ________ parser reports the building blocks of an XML document.
(Multiple Choice)
4.8/5
(30)
What method do you use to insert a node into an XML document?
(Multiple Choice)
4.9/5
(40)
Which of the following is true about XML streaming parsers and tree-based parsers?
(Multiple Choice)
4.8/5
(38)
Showing 1 - 20 of 74
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)