The boolean data type may contain values in the following range of values

a. true or false
b. -128 to + 127
c. - 2,147,483,648 to +2,147,483,647
d. - 32,768 to +32,767


a. true or false

Computer Science & Information Technology

You might also like to view...

The process by which two parties can exchange keys over an unsecure medium is called a_______ protocol.

a) key-exchange. b) key-agreement. c) public-key. d) None of the above.

Computer Science & Information Technology

What will be the result of the following statements?

``` FileInputStream fstream = new FileInputStream("Input.dat"); DataInputStream inFile = new DataInputStream(fstream); ``` a. The inFile variable will reference an object that is able to read random access data from the Input.dat file. b. The inFile variable will reference an object that is able to read text data from the Input.dat file. c. The inFile variable will reference an object that is able to read binary data from the Input.dat file. d. The inFile variable will reference an object that is able to write binary data to the Input.dat file.

Computer Science & Information Technology

What CSS theory enables you to target styling to elements depending on where they appear within a HTML structure?

What will be an ideal response?

Computer Science & Information Technology

Which of the following is one of the main approaches to balance?

a. unified b. asymmetrical c. random d. formal

Computer Science & Information Technology