JSP vs Java in data types

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jith87
    New Member
    • Jul 2007
    • 58

    #1

    JSP vs Java in data types

    Does JSP use the same data types as Java????
  • dmjpro
    Top Contributor
    • Jan 2007
    • 2476

    #2
    Originally posted by jith87
    Does JSP use the same data types as Java????
    Yup!
    Why not?
    Which leads you to make such a absurd comment?

    Kind regards,
    Dmjpro.

    Comment

    • Nepomuk
      Recognized Expert Specialist
      • Aug 2007
      • 3111

      #3
      Originally posted by dmjpro
      Yup!
      Why not?
      Which leads you to make such a absurd comment?

      Kind regards,
      Dmjpro.
      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.

      Greetings,
      Nepomuk

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Originally posted by nepomuk
        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.

        Greetings,
        Nepomuk
        I don't think it is an 'absurd comment' either. It isn't that intuitive to know that
        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,

        Jos

        Comment

        Working...