单选题Which option prevents the exception thrown by my:errorProne from invoking the error page mechanism and outputs the message "File not found" in the response?()A
AB
BC
CD
DE
E
第1题:
A.A
B.B
C.C
D.D
第2题:
A.A
B.B
C.C
D.D
第3题:
A.A
B.B
C.C
D.D
第4题:
You have a computer that runs Windows Vista.You run ipconfig /release from the command prompt and receive the following error message: The requested operation requires elevation.”You need to release the IP address for the computer.What should you do?()
A.A
B.B
C.C
D.D
第5题:
Which of the following statements about authentication responses and conditions is true? ()(Choosetwo.)
第6题:
You are creating an error page that provides a user-friendly screen whenever a server exception occurs.You want to hide the stack trace, but you do want to provide the exception’s error message to the user sothe user can provide it to the customer service agent at your company. Which EL code snippet inserts thiserror message into the error page?()
第7题:
Assume the custom tag my:errorProne always throws a java.lang.RuntimeException with the message "Filenot found." An error page has been configured for this JSP page. Which option prevents the exceptionthrown by my:errorProne from invoking the error page mechanism, and outputs the message "File notfound" in the response?()
第8题:
Jar A
Jar B
Jar C
Jar D
Jar E
第9题:
protected void Page_Error(object sender, EventArgs e) { lblResults.Text = e.ToString(); e=null;}
protected void Page_Error(object sender, EventArgs e) { lblResults.Text = Server.GetLastError().ToString(); Server.ClearError();}
protected void Page_Error(object sender, EventArgs e) Response.Write(e.ToString()); e=null;}
protected void Page_Error(object sender, EventArgs e) Response.Write(Server.GetLastError().ToString()); Server.ClearError();}
第10题:
<c:try catch=ex><my:errorProne /></c:try>${ex.message}
<c:catch var=ex><my:errorProne /></c:catch>${ex.message}
<c:try>. <my:errorProne />. </c:try>. <c:catch var=ex />. ${ex.message}
<c:try>. <my:errorProne />. <c:catch var=ex />. ${ex.message}. </c:try>
第11题:
A
B
C
D
E
第12题:
A
B
C
D
E
第13题:
A.A
B.B
C.C
D.D
第14题:
A.A
B.B
C.C
D.D
第15题:
When you use Microsoft Windows Media Player to begin playback of a music file, you receive the following error message: You do not have the rights to play this file.” You need to configure Windows Media Player to ensure playback of protected digital media.What should you do?()
A.A
B.B
C.C
D.D
第16题:
You attempt to upgrade a Microsoft Windows XP computer to Windows Vista.You receive an error message during the upgrade process indicating that the upgrade has failed.You need to view the details of the error message.What should you do?()
A.A
B.B
C.C
D.D
第17题:
A web browser need NOT always perform a complete request for a particular page that it suspects mightNOT have changed. The HTTP specification provides a mechanism for the browser to retrieve only a partialresponse from the web server; this response includes information, such as the Last-Modified date but NOTthe body of the page. Which HTTP method will the browser use to retrieve such a partial response?()
第18题:
Given the fully-qualified class names: com.foo.bar.Dog com.foo.bar.blatz.Book com.bar.Car com.bar.blatz.Sun Which graph represents the correct directory structure for a JAR file from which those classes can be used by the compiler and JYM?()
第19题:
You are debugging an ASP.NET Web application by using the Visual Studio debugger. The application is incorrectly handling a SQL Exception on the login page. You need to break execution where the exception is thrown . What should you do?()
第20题:
Message: <b>${exception.message}</b>
Message: <b>${exception.errorMessage}</b>
Message: <b>${request.exception.message}</b>
Message: <b>${pageContext.exception.message}</b>
Message: <b>${request.exception.errorMessage}</b>
第21题:
Enable the User-unhandled option for SqlException in Visual Studio Exception configuration.
Set the value of the customErrors element‟s mode attribute to “on” in the web.config file.
Manually attach the Visual Studio debugger to Internet Explorer.
Enable the thrown option for SqlException in Visual Studio exception configuration.
第22题:
A
B
C
D
第23题:
GET
ASK
SEND
HEAD
TRACE
第24题:
A
B
C
D
E