Which of the following are valid JSP code fragments?
Each option shows code for an independent JSP file.
<%@ page import="java.util.*" autoFlush="true"%>
<%@ page import="java.io.*" autoFlush="false"%>
Is this wrong? the explanation given is "Any page directive except import can only occur only once."
Then why is this option wrong? This does mean that import can occur multiple times , right? Some one explain ,pls.
Thanks.
Is this answer right or wrong?
Moderator: admin
-
- Site Admin
- Posts: 10388
- Joined: Fri Sep 10, 2010 9:26 pm
- Contact:
Re: Is this answer right or wrong?
Because autoFlush is appearing twice.
Who is online
Users browsing this forum: No registered users and 30 guests