Archive

Posts Tagged ‘India JSP’

India JSP : Java Server Pages

July 11th, 2009 admin No comments

JSP stands for Java Server Pages. Actually, JSP in itself isn’t a language, instead it is more of a technology used by Java on the server side to display dynamic content on the web pages.
Essentially JSP pages are just normal HTML with Java codes embedded in them. So a general understanding of HTML and [...]

    Read More...