多项选择题Which two are valid values for the  element inside a  element of a web application deployment descriptor?()

A. NULL
B. SECURE
C. INTEGRAL
D. ENCRYPTED
E. CONFIDENTIAL


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题Which retrieves all cookies sent in a given HttpSErvletRequest request?()

A. request.getCookies()
B. request.getAttributes()
C. request.getSession ().getCookies()
D. request.getSession (). GetAttributes()

2.多项选择题For a given Servlet Response response, which two retrieve an object for writing text data? ()

A. response.get Writer ()
B. response.get Output Stream ()
C. response.get Output Writer ()
D. response.get Writer ().get Output Stream()
E. response.get Writer (Writer.OUTPUT_TEXT)

3.单项选择题


The attribute “name” has a value of “Foo,”  
What is the result if this tag handler’s tag is invoked?()

A. Foo
B. done
C. Foodone
D. An exception is thrown at runtime.
E. Compilation fails because of an error in this code.

5.单项选择题


When is the Float object. Created in line 3, eligible for garbage collection?()

A. just after line 5
B. just after line 6
C. just after line 7
D. just after line 8 (that is . as the method returns)

6.多项选择题Which three are valid URL mappings to a servlet in a web deployment descriptor? ()

A. */*
B. /*.do
C. myServlet
D. /Myservlet
E. /MyServlet/*
F. MyServlet/*.isp

7.单项选择题


And command line is vacation: Java Test red green blue()

A. bas has the value of “”.
B. baz has the value of null.
C. bas has the value of “red”.
D. baz has he value of “blue”.
E. baz has the value of “green”.
F. the code does not compile.
G. The program throws and exception.

8.单项选择题

Given: 
8.int index = 1: 
9.Boolean [] test = new boolcan [3]; 
10.boolcan foo = test [index];  
What is the result()?  

A. foo has the value of 0.
B. foo has the value of null.
C. foo has the value of true.
D. foo has the value of false.
E. An-exception is thrown.
F. The code will not compile.

9.单项选择题


What is the decimal value of J at line 5?()

A. 0
B. 1
C. 14
D. –15
E. An error at line 3 cause compilation to fail.
F. An error at line 4 cause compilation to fail.

10.单项选择题


What is the final value of i?()

A. 1
B. 2
C. 3
D. 4
E. 5

最新试题

Which statement, at line 16, retrieves an InputStream for the file /WEBINF/ nyresrc.bin()?

题型:单项选择题

Which two authentication mechanisms provide weaker protection than other mechanisms?()

题型:多项选择题

Given that session is a valid HttpSession object:  Int max = session.getAttribute(“MyReallyLongName”);  Which is true?()  

题型:单项选择题

The tag handler for n:recurse extends SimpleTagSupport.Assuming an n:recurse tag can either contain an empty body or another n:recurse tag, which strategy allows the tag handler for n:recurse to output the nesting depth of the deepest n:recurse tag?()  

题型:单项选择题

Which the three EL expressions, inserted at line 15, are valid and evaluate to "3"? ()

题型:多项选择题

Given the HttpServlet code:  getServletContext().setAttribute(“foo”, “value”);What is the result?()

题型:单项选择题

Which the JSTL code snippet can be used to import content from another web resource?()

题型:单项选择题

A developer for the Company.com web site has been told that users may turn off cookie support in their browsers. What must the developer do to ensure that these customers can still use the web application?()  

题型:单项选择题

Which two produce the output "one, two and three"?()

题型:多项选择题

Which the two are characteristics of the Service Locator pattern?()

题型:多项选择题