Which of the following is not a Java primitive type?

a. char
b. byte
c. real
d. double


C

Computer Science & Information Technology

You might also like to view...

Roger, a budding author, completes a manuscript and sends it to various publishers. He copyrights his work so that it will not be copied by others. For how long will the copyright cover Roger's work?

A. ?85 years B. ?80 years C. ?75 years D. ?70 years

Computer Science & Information Technology

The pseudocode for an iterative method is shown below. What statement is missing from the area labeled (a)?Sailboat.sail to (target)  (a)  ( not [sailboat is within 5 meters of target] )     {     Do together          {          sailboat.turn to face target          sailboat.move forward 2 meters          }     }  (b) 

A. For B. If C. While D. Stop

Computer Science & Information Technology

A webpage that displays information such as text and pictures with no interactivity is called a ____ webpage.

A. dynamic B. standard C. nonindexed D. static

Computer Science & Information Technology

Accessor and mutators are ____________ methods

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology