About Question com.enthuware.ets.scwcd.v5.2.517 :
Posted: Mon May 02, 2011 4:55 pm
Hi,
in the question number 50 Test2, there is a bug in the description:
Consider the JSP page code :
1. <html>
2. <body>
3.
4. <% userid = "admin"; >
5. User ID is :<%=userid%>
6. </body>
7. </html>
Which of the following options can be inserted (independently) at line 3 so that this page translates, compiles and runs properly?
expected % before > at line 4
in the question number 50 Test2, there is a bug in the description:
Consider the JSP page code :
1. <html>
2. <body>
3.
4. <% userid = "admin"; >
5. User ID is :<%=userid%>
6. </body>
7. </html>
Which of the following options can be inserted (independently) at line 3 so that this page translates, compiles and runs properly?
expected % before > at line 4