A(n) __________ is thrown when a server address indicated by a client cannot be resolved.

a. ConnectException.
b. ServerException.
c. MalformedURLException.
d. UnknownHostException.


d. UnknownHostException.

Computer Science & Information Technology

You might also like to view...

Answer the following questions true (T) or false (F)

1. The for statement, do…while statement and while statement are examples of branching mechanisms. 2. When choosing a sentinel value, you should choose a value that would never be encountered in the input of the program.

Computer Science & Information Technology

What is the difference between the following statements as seen by the compiler?

``` 1) int y = 7; 2) int y = 7; ``` A. The compiler won’t accept 1) because of the separate lines. B. The compiler won’t accept 1) because of the white space characters. C. The compiler assigns “7” into “y” in both cases. D. Neither can be compiled.

Computer Science & Information Technology

This must be done to the citations before a table of authorities can be created

a. Append b. Attach c. Mark

Computer Science & Information Technology

Users should be given access only to resources required to do their job

Indicate whether the statement is true or false.

Computer Science & Information Technology