MC XML marks up data using__________ , which are names enclosed in __________.
a) elements, parentheses (()).
b) tags, square brackets ([]).
c) tags, angle brackets (<>).
d) None of the above.
c) tags, angle brackets (<>).
Computer Science & Information Technology
You might also like to view...
In an array-based implementation of the priority queue, the pqDelete operation returns the item in ______.
a) items[size] b) items[0] c) items[size-1] d) items[size+1]
Computer Science & Information Technology
To display the output on the next line, you can use the println method or use the __________ escape sequence in the print method.
a. \n b. \r c. \t d. \b
Computer Science & Information Technology