Multiple Choice
How can a DTD specify that a course child element in a semester element is optional?
A) <!ELEMENT semester (class?, course) >
B) <!ELEMENT semester (class, course) />
C) <!ELEMENT semester (class, course?) >
D) <!ELEMENT semester (class, course*) >
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Which of the following is not true
Q2: The symbol #PCDATA refers to text, called
Q3: Which of the following statements is correct?<br>A)Elements
Q4: Given the following code, what will the
Q5: A number of useful advanced XML technologies
Q7: When referencing an external DTD (one not
Q8: _ is an extensible syntax that
Q9: Given the following code, what will the
Q10: The method setIgnoringElementContentWhitespace is in the _
Q11: Where is the createElement method located?<br>A)DocumentBuilder class.<br>B)newBuilder