McAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
My Cart (0)  

100% Oracle 1Z0-858 Guaranteed Success With Testing Engine

Exam Code: 1Z0-858

Exam Name: Java Enterprise Edition 5 Web Component Developer Certified Professional Exam

Updated: Aug 09, 2026

Number: 276 Q&As with Testing Engine

1Z0-858 Free Demo download

PDF Version Demo PC Test Engine Online Test Engine

Already choose to buy "APP"

Price: $59.99 
Get real 1Z0-858 exam questions as your practice reference, and pass your test with our valid and updated 1Z0-858 exam engine.

Exam IntroProduct ScreenshotsFAQ

Oracle 1Z0-858 Exam Overview:

Certification Vendor:Oracle
Exam Name:Java Enterprise Edition 5 Web Component Developer Certified Professional Exam
Exam Number:1Z0-858
Passing Score:68% - 72%
Related Certifications:Oracle Certified Professional, Java SE Programmer
Available Languages:English
Real Exam Qty:69
Exam Duration:150 minutes
Certificate Validity Period:Indefinite (legacy certification)
Exam Format:Multiple Choice, Multiple Answer
Exam Price:Approx. $245 USD
Recommended Training:Oracle University - Web Component Development with Servlet and JSP
Exam Registration:Pearson VUE Registration
Oracle Certification Portal
Sample Questions:Oracle 1Z0-858 Sample Questions
Exam Way:Authorized Pearson VUE test center or online proctored exam
Pre Condition:Recommended: Oracle Certified Professional, Java SE Programmer or equivalent Java knowledge
Official Syllabus URL:https://education.oracle.com/

Oracle 1Z0-858 Exam Syllabus Topics:

SectionWeightObjectives
Topic 1: Design Patterns and Architecture8%- Intercepting Filter, Front Controller
- Service Locator, Business Delegate
- MVC pattern
Topic 2: Web Application Structure and Deployment10%- Annotations for configuration
- WAR file structure
- Deployment descriptor (web.xml)
Topic 3: JSP Technology Model13%- Implicit objects
- Elements and syntax
- JSP lifecycle
Topic 4: Servlet Technology Model15%- Servlet configuration and initialization
- Request and response handling
- Servlet lifecycle
Topic 5: Expression Language (EL) and Standard Actions10%- Accessing JavaBeans and collections
- Standard JSP actions
- EL syntax and operators
Topic 6: Session Management10%- Session tracking mechanisms
- Session attributes and scope
- Session lifecycle
Topic 7: JSTL and Custom Tag Development12%- Tag files and descriptors
- JSTL core and formatting tags
- Tag handler lifecycle
Topic 8: Web Container Model10%- Filters and interceptors
- Container services
- Event listeners
Topic 9: Web Application Security12%- Data protection and transport security
- Authentication methods
- Authorization and roles

Oracle Java Enterprise Edition 5 Web Component Developer Certified Professional Sample Questions:

1. Your IT department is building a lightweight Front Controller servlet that invokes an application logic object with the interface:
public interface ApplicationController {
public String invoke(HttpServletRequest request)
}
The return value of this method indicates a symbolic name of the next view. From this name, the Front Controller servlet looks up the JSP URL in a configuration table. This URL might be an absolute path or a path relative to the current request. Next, the Front Controller servlet must send the request to this JSP to generate the view. Assume that the servlet variable request is assigned the current HttpServletRequest object and the variable context is assigned the webapp's ServletContext.
Which code snippet of the Front Controller servlet accomplishes this goal?

A) RequestDispatcher view = context.getRequestDispatcher(viewURL); view.forward(request, response);
B) Dispatcher view = context.getDispatcher(viewURL); view.forwardRequest(request, response);
C) Dispatcher view = request.getDispatcher(viewURL); view.forwardRequest(request, response);
D) RequestDispatcher view = request.getRequestDispatcher(viewURL);
view.forward(request, response);


2. Which two statements are true about the security-related tags in a valid Java EE deployment descriptor? (Choose two.)

A) A given <web-resource-collection> tag can contain from zero to many <url-pattern> tags.
B) A <security-constraint> tag can have many <web-resource-collection> tags.
C) A given <auth-constraint> tag can apply to only one <web-resource-collection> tag.
D) Every <security-constraint> tag must have at least one <http-method> tag.
E) It is possible to construct a valid <security-constraint> tag such that, for a given resource, no user roles can access that resource.


3. Servlet A forwarded a request to servlet B using the forward method of RequestDispatcher. What attribute in B's request object contains the URI of the original request received by servlet A?

A) javax.servlet.request_dispatcher.request_uri
B) javax.servlet.forward.REQUEST_URI
C) javax.servlet.request_dispatcher.REQUEST_URI
D) javax.servlet.forward.request_uri
E) REQUEST_URI


4. As a convenience feature, your web pages include an Ajax request every five minutes to a special servlet that monitors the age of the user's session. The client-side JavaScript that handles the Ajax callback displays a message on the screen as the session ages. The Ajax call does NOT pass any cookies, but it passes the session ID in a request parameter called sessionID. In addition, assume that your webapp keeps a hashmap of session objects by the ID. Here is a partial implementation of this servlet:
10.
public class SessionAgeServlet extends HttpServlet {
11.
public void service(HttpServletRequest request, HttpServletResponse) throws IOException {
12.
String sessionID = request.getParameter("sessionID");
13.
HttpSession session = getSession(sessionID);
14.
long age = // your code here
15.
response.getWriter().print(age);
16.
} ... // more code here
47. }
Which code snippet on line 14, will determine the age of the session?

A) session.getMaxInactiveInterval();
B) session.getLastAccessed().getTime() - session.getCreationTime().getTime();
C) session.getLastAccessedTime() - session.getCreationTime();
D) session.getMaxInactiveInterval() - session.getCreationTime();
E) session.getLastAccessedTime().getTime() - session.getCreationTime().getTime();
F) session.getLastAccessed() - session.getCreationTime();


5. Given an EL function declared with:
11.
<function>
12.
<name>spin</name>
13.
<function-class>com.example.Spinner</function-class>
14.
<function-signature>
15.
java.lang.String spinIt()
16.
</function-signature>
17.
</function>
Which two are true? (Choose two.)

A) The function method must have the signature public static String spin().
B) The method must be mapped to the logical name "spin" in the web.xml file.
C) The function class must be named Spinner, and must be in the package com.example.
D) The function method must have the signature: public static String spinIt().
E) The function method must have the signature: public String spinIt().
F) The function method must have the signature: public String spin().


Solutions:

Question # 1
Answer: D
Question # 2
Answer: B,E
Question # 3
Answer: D
Question # 4
Answer: C
Question # 5
Answer: C,D

Frequently Asked Questions

1. What kinds of study material ITBraindumps provides?

Test engine: study test engine can be downloaded and run on your own devices. Practice the test on the interactive & simulated environment.
PDF (duplicate of the test engine): the contents are the same as the test engine, support printing.

2. How long can I get the products after purchase?

You will receive an email attached with the 1Z0-858 study material within 5-10 minutes, and then you can instantly download it for study. If you do not get the study material after purchase, please contact us with email immediately.

3. Can I get the updated products and how to get?

Yes, you will enjoy one year free update after purchase. If there is any update, our system will automatically send the updated study material to your payment email.

4. What's the applicable operating system of the test engine?

Online test engine can supports Windows / Mac / Android / iOS, etc., because it is the software based on WEB browser. You can use it on any electronic device and practice with self-paced.
Online test engine supports offline practice, while the precondition is that you should run it with the internet at the first time.
PC test engine is suitable for windows operating system, running on the Java environment, and can install on multiple computers.
PDF version: can be read under the Adobe reader, or many other free readers, including OpenOffice, Foxit Reader and Google Docs

5. How does your testing engine works?

Once download and installed on your PC, you can practice test questions, review your 1Z0-858 questions & answers using two different options 'practice exam' and 'virtual exam'.
Virtual Exam - test yourself with 1Z0-858 exam questions with a time limit.
Practice exam - review 1Z0-858 exam questions one by one, see correct answers.

6. How often do you release your products updates?

All the products are updated frequently but not on a fixed date. Our professional team pays a great attention to the exam updates and they always upgrade the content accordingly.

7. Do you have any discounts?

We offer some discounts to our customers. There is no limit to some special discount. You can check regularly of our site to get the coupons.

Contact US:  
 [email protected]  Support

Free Demo Download

Money Back Guarantee

We are confident about the products and aim to help you pass with ease. In case of failure, we will provide a no hassle full money back guarantee for the purchasing fee.

Popular Vendors
Adobe
Alcatel-Lucent
Avaya
BEA
CheckPoint
CIW
CompTIA
CWNP
EC-COUNCIL
EMC
EXIN
Hitachi
HP
ISC
ISEB
Juniper
Lpi
Network Appliance
Nortel
Novell
all vendors

1172 Customer ReviewsCustomers Feedback (* Some similar or old comments have been hidden.)

Thanks and definitely expect to see me again. Thank your for your help.

Lauren

Lauren     5 star  

1Z0-858 training materials from here are more than enough to pass. It is 100% success guaranteed.
I passed with 99% marks, almost got the full marks.

Harvey

Harvey     5 star  

I bought Online Test Engine of 1Z0-858 exam materials. Though 3 days efforts I candidate the 1Z0-858 exam and passed it. I feel wonderful. Do not hesitate if you want to buy! Very good!

Penelope

Penelope     4.5 star  

I get the best practice material at actual tests 1Z0-858 exam which is compatible with every exam and every certification that you seek.

Oscar

Oscar     4 star  

I just passed my Oracle 1Z0-858 certification exam with 96% marks. I must thank the developers and thinking minds of Itbraindumps who shared such informative and beneficial answers for the exams. I intend to refer to Itbraindumps for future exams as well.

Myra

Myra     5 star  

My company asked my collegue to pass the 1Z0-858 exam, but he was out for business and i was sent to take this 1Z0-858 exam. If without your 1Z0-858 exam dumps, i guess i would fail for sure. Thank you sincerely!

Michael

Michael     5 star  

I have passed 1Z0-858 exam. Itbraindumps is highly recommend by me for passing 1Z0-858 exam with distinction.

Guy

Guy     4.5 star  

I would recommend this to anyone wanting to pass 1Z0-858 exams for it is really valid and guaranteed to help you pass.

Tab

Tab     5 star  

I attended the 1Z0-858 exam last week and successfully passed it! The 1Z0-858 practice test has helped me a lot.

Eileen

Eileen     5 star  

Wow!!! I have passed my 1Z0-858 exam with the incredible score 99%. Your man on the customer service guaranteed the 100% pass rate,your Itbraindumps are an trustworthy site.

Maxine

Maxine     4 star  

Last week, I took my 1Z0-858 exam and passed it.

Jeff

Jeff     4.5 star  

Passed 1Z0-858 exam with a high score! Almost all the questions are from your 1Z0-858 dumps!

Webster

Webster     5 star  

Keep doing good work.My friend recommends me Itbraindumps Real 1Z0-858 exam.

Pandora

Pandora     4 star  

Last week,i passed the 1Z0-858 exam and i really want to thank you gays. With your 1Z0-858 exam dumps, i got a satisfied score.

King

King     4 star  

I have passed my 1Z0-858 exams. Strongly recommended!

Martina

Martina     4 star  

Hey Itbraindumps guys, I have passed 1Z0-858 exam.

Noel

Noel     4 star  

I studied them and passed my 1Z0-858 exam.

Bertram

Bertram     4.5 star  

Thank you
Just cleared 1Z0-858 exam.

Judith

Judith     5 star  

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Why Choose ITbraindumps Testing Engine
 Quality and ValueITbraindumps Practice Exams are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development - no all study materials.
 Tested and ApprovedWe are committed to the process of vendor and third party approvals. We believe professionals and executives alike deserve the confidence of quality coverage these authorizations provide.
 Easy to PassIf you prepare for the exams using our ITbraindumps testing engine, It is easy to succeed for all certifications in the first attempt. You don't have to deal with all dumps or any free torrent / rapidshare all stuff.
 Try Before BuyITbraindumps offers free demo of each product. You can check out the interface, question quality and usability of our practice exams before you decide to buy.