A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
JSP
Author
a question on namespaces in jsp
Rama Krishna
Ranch Hand
Joined: Oct 16, 2007
Posts: 110
posted
Dec 04, 2007 02:51:00
0
<%@ page import="java.util.*" %>
<jsp: import import = "java.util.*" />
<jsp:directive.page import ="java.util.*" />
<jsp: page import = "java.util.*" />
Assuming the prefix "jsp" has been mapped to the namespace
http://java.sun.com/JSP/Page,
which of the following are true and why?
Could someone please help me understand the question (namespace?) and possibly the answers pleaase?
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: a question on namespaces in jsp
Similar Threads
Which of the following are valid JSP code fragments?
JSP Documents - 11th hour confusion
JSP actions tags - a mock exam question from HFSJ
question on tag files:
Coffee Cram, Chap 11, Q 7
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter