Which of the following primitive types is never promoted to another primitive type?

a. double.
b. byte.
c. boolean.
d. Both a and c.


d. Both a and c.

Computer Science & Information Technology

You might also like to view...

What is the correct way to write the condition y < x < z?

a. (y < x < z) b. ( (y < x) && z) c. ((y > x) || (y < z)) d. ((y < x) && (x < z))

Computer Science & Information Technology

According to the specification, which of the two, Runnable interface and Thread class, is preferred if you only intend to implement the run method? Why?

What will be an ideal response?

Computer Science & Information Technology

List, hierarchy, and cycle are examples of WordArt graphics

Indicate whether the statement is true or false

Computer Science & Information Technology

Column headings in Excel become field names when imported into Access

Indicate whether the statement is true or false

Computer Science & Information Technology