• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JSP 2 vs JSP 1.2

 
Ranch Hand
Posts: 1479
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
J2SE 1.2 was known as "Java 2", is JSP 2 the same as JSP v1.2?
I have the SCWCD book which covers JSP 1.2 but I'm not sure if :
1. JSP 1.2 is the latest version being tested,
2. whether 1.2 is the same as JSP 2
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
They are completely different versions.
bear
 
Ranch Hand
Posts: 1561
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by herb slocomb:
J2SE 1.2 was known as "Java 2", is JSP 2 the same as JSP v1.2?
I have the SCWCD book which covers JSP 1.2 but I'm not sure if :
1. JSP 1.2 is the latest version being tested,
2. whether 1.2 is the same as JSP 2


As Bear said, they're different versions. If you go to the SCWCD forum you will see plenty of information related to the exam, specially the version and topics that are included in the exam.
 
reply
    Bookmark Topic Watch Topic
  • New Topic