![]() |
JSP Tutorial
JSP Tutorial
JSP : Java Server Pages It is a server side scripting language. JSP are normal HTML with Java code pieces embedded in them. A JSP compiler is used to generate a Servlet from the JSP page. |
Re: JSP Tutorial
JSP is a scriptiing language, that you can embed dynamic content which is not possible with HTML.
JSP internally converts into Servlet class. |
| All times are GMT +5.5. The time now is 05:04. |