In the following code, System.out.println(num) is an example of __________.

```
double num = 5.4;
System.out.println(num);
num = 0.0;
```

a. a value-returning method
b. a void method
c. a complex method
d. a local variable

b. a void method

Computer Science & Information Technology

You might also like to view...

One of the executives wants to use a new smartphone on the corporate network. The first suggestion made to secure the device and the network is to require a PIN or password to access the device. Which of the following would be the best additional step to take?

A. Encrypt the non-volatile memory. B. Create a corporate policy to prevent sensitive information from residing on a mobile device. C. Implement single sign-on. D. Implement antivirus software.

Computer Science & Information Technology

Which of the following security measures would be MOST effective in a datacenter that experiences frequent power surges and spikes? (Choose two.)

A. Security guards B. Numeric keypads C. Biometrics D. Access lists E. RFID chips

Computer Science & Information Technology