Does JSP use the same data types as Java????
JSP vs Java in data types
Collapse
X
-
What is so absurd about that comment? For someone who doesn't know JSP yet, it's a good question, I think. And we all have to learn new things (and ask other people) at some point.Originally posted by dmjproYup!
Why not?
Which leads you to make such a absurd comment?
Kind regards,
Dmjpro.
Greetings,
NepomukComment
-
I don't think it is an 'absurd comment' either. It isn't that intuitive to know thatOriginally posted by nepomukWhat is so absurd about that comment? For someone who doesn't know JSP yet, it's a good question, I think. And we all have to learn new things (and ask other people) at some point.
Greetings,
Nepomuk
JSPs *are* Java classes; there's just another compiler that compiles JSP text
to a Java class which gets further compiled to byte code by javac before they
can be run for the very first time. It's a sensible question.
kind regards,
JosComment
Comment