The ________ file format was created by Adobe Systems for document exchange independent of software application and operating system environment
A) PDF
B) DOCX
C) XLS
D) XML
A
You might also like to view...
You define a class using the ____ statement.
A. Object B. ClassType C. Type as Class D. Class
switch is an example of a
A. preprocessor directive B. comment C. keyword D. statement
Which of the following is NOT true of XSLT?
a. it can convert XML data to database formats b. it can transform XSLT stylesheets to new stylesheets c. it can convert HTML web pages to formats for mobile or handheld devices d. all of the above are true
Suppose that the class Mystery is derived from the class Secret. Consider the following statements.Secret secRef = new Secret();Mystery mysRef = new Mystery();Which of the following statements is legal in Java?(i) secRef = mysRef;(ii) mysRef = secRef;
A. Only (i) B. Only (ii) C. Both (i) and (ii) D. None of these