Introduction to Servlets
Keeping in tune with the OCEJWCD 6 exam and its objectives, we will start a series of posts that will explain the concepts of the exam. This first post will discuss the basic concepts related to servlets and its life cycle. What are the basic terminologies for the exam? Client and Server: A “client” is any user who makes certain requests to the server. The requests may be simple examples as fetching a document or modifying a shopping cart. A “server” is a device or a program that returns the resources requested by the “client”. Most of the Internet runs […]
Introduction to Servlets Read More »