What are the prerequisites to learn JSP?


JSP prerequisites to learn JSP
  1. Knowledge of HTML (especially forms) is essential.
  2. Core Java concepts of java.lang and java.util classes (not required networking, multithreading, inner classes and AWT etc.) are essential.
  3. Requires practice of Java OOPs programming.
  4. A little bit of Servlet knowledge is preferred but not compulsion because sometimes, I compare JSP with Servlets for better and easy understanding (most of the people come to JSP from Servlets) as internally a JSP file is converted into a Servlet and executed.
  5. JDBC coding is essential to connect JSP to database.
  6. Knowing CSS and JavaSript is an added advantage.

The person knowing Servlets, JSP is a cakewalk.

Leave a Comment

Your email address will not be published.