1Z0-858 무료 덤프문제 온라인 액세스
| 시험코드: | 1Z0-858 |
| 시험이름: | Java Enterprise Edition 5 Web Component Developer Certified Professional Exam |
| 인증사: | Oracle |
| 무료 덤프 문항수: | 276 |
| 업로드 날짜: | 2026-08-22 |
A custom tag is defined to take three attributes. Which two correctly invoke the tag within a JSP page? (Choose two.)
If you want to use the Java EE platform's built-in type of authentication that uses a custom HTML page for authentication, which two statements are true? (Choose two.)
DRAG DROP
Click the Task button.
Place the XML elements in the web application deployment descriptor solution to configure a servlet context event listener named com.example.MyListener.
You are building a web application with a scheduling component. On the JSP, you need to show the current date, the date of the previous week, and the date of the next week. To help you present this information, you have created the following EL functions in the 'd' namespace:
name: curDate; signature: java.util.Date currentDate()
name: addWeek; signature: java.util.Date addWeek(java.util.Date, int)
name: dateString; signature: java.util.String getDateString(java.util.Date)
Which EL code snippet will generate the string for the previous week?
