adplus-dvertising
frame-decoration

Question

What happens if IP Address of host cannot be determined?

a.

The system exit with no message

b.

UnknownHostException is thrown

c.

IOException is thrown

d.

Temporary IP Address is assigned

Answer: (b).UnknownHostException is thrown

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What happens if IP Address of host cannot be determined?

Similar Questions

Discover Related MCQs

Q. What is the java method for ping?

Q. How constructor can be used for a servlet?

Q. Can servlet class declare constructor with ServletConfig object as an argument?

Q. What is the difference between servlets and applets?

i.Servlets execute on Server; Applets execute on browser

ii.Servlets have no GUI; Applet has GUI

iii.Servlets creates static web pages; Applets creates dynamic web pages

iv.Servlets can handle only a single request; Applet can handle multiple requests

Q. Which of the following code is used to get an attribute in a HTTP Session object in servlets?

Q. Which method is used to get three-letter abbreviation for locale’s country in servlets?

Q. Which of the following code retrieves the body of the request as binary data?

Q. When destroy() method of a filter is called?

Q. Which of the following is true about servlets?

Q. How is the dynamic interception of requests and responses to transform the information done?

Q. Which are the session tracking techniques?

i. URL rewriting

ii. Using session object

iii.Using response object

iv. Using hidden fields

v. Using cookies

vi. Using servlet object

Q. Which of the following is used for session migration?

Q. Which of the below is not a session tracking method?

Q. Which of the following is stored at client side?

Q. Which of the following leads to high network traffic?

Q. Which of the following is not true about session?

Q. SessionIDs are stored in cookies.

Q. What is the maximum size of cookie?

Q. How can we invalidate a session?

Q. Which method creates unique fields in the HTML which are not shown to the user?