Hi all I am a newbie in programming and would like to ask you all the difference between JAVA and JSP. Wat is the difference and for creating web application sessions is it not possible to use JAVA? kindly help me with this
reg JAVA
Java is a programming language, JSP is a framework. You could compare it to C++ which is a programming language, but Microsoft Visual C++ which is a framework.
JSP has some predefined Java classes that are useful for websites. It also allows you to include Java in your pages "PHP-style", instead of building your pages with Java "Perl/Python-style".
JSP has some predefined Java classes that are useful for websites. It also allows you to include Java in your pages "PHP-style", instead of building your pages with Java "Perl/Python-style".
