Online Access Free 310-083 Exam Questions
Exam Code: | 310-083 |
Exam Name: | Sun Certified Web Component Developer for J2EE 5 |
Certification Provider: | SUN |
Free Question Number: | 276 |
Posted: | Sep 07, 2025 |
Given:
1 1. <servlet>
1 2. <servlet-name>catalog</servlet-name>
1 3. <jsp-file>/catalogTemplate.jsp</jsp-file>
1 4. <load-on-startup>10</load-on-startup>
1 5. </servlet>
Which two are true? (Choose two.)
You are building a web application that will be used throughout the European Union; therefore, it has significant internationalization requirements. You have been tasked to create a custom tag that generates a message using the java.text.MessageFormat class.
The tag will take the resourceKey attribute and a variable number of argument attributes with the format, arg<N>. Here is an example use of this tag and its output:
< t:message resourceKey='diskFileMsg' arg0='MyDisk' arg1='1247' />
generates:
The disk "MyDisk" contains 1247 file(s).
Which Simple tag class definition accomplishes this goal of handling a variable number of tag attributes?
DRAG DROP
Click the Task button.
Given a servlet mapped to /control, place the correct URI segment returned as a String on the corresponding HttpServletRequest method call for the URI:
/myapp/control/processorder.