問題詳情

55 A servlet wishes to indicate that it is unable to initialize at the present time, but that theinitialization might succeed at some future time. Which is true?
(A) This cannot be expressed. A servlet either initializes correctly or fails.
(B) This expression is not necessary. If a servlet fails to initialize, the container will try again later eachtime a request is received that attempts to invoke that servlet.
(C) The servlet should delay until it is ready to complete initialization successfully.
(D) The servlet should throw an UnavailableException
(E) The servlet should throw a servletException

參考答案

無參考答案

內容推薦