Java Servlet Basic Project Code Sample
The servlet is a Java programming language class used to extend the capabilities of a server. Although servlets can respond to any types of requests, they are commonly used to extend the applications hosted by web servers, so they can be thought of as Java applets that run on servers instead of in web browsers.[1] These kinds of servlets are the Java counterpart to other dynamic Web content technologies such as PHP and ASP.NET.
Read further, http://en.wikipedia.org/wiki/The_Java_Servlet
STEPS
0) Log into your Programmr.com
If you haven’t registered an account, follow this tutorial, http://programming-steps.blogspot.com/2014/05/easy-way-to-learn-programming-online.html
No comments:
Post a Comment