Complete notes Servlet Day-1
Servlet class notes by girraj sir: What is web application/website? > Any web project having its services online 24X7 over the network world wide know as web application. > Any web project under the development known as web application. > Any web project after deployement becomes website What is web contents/resources? > Whatever used inside web project is nothing but web resources. ex: html,css,java script,servlet,jsp,jar files,properties,video,audio,image...etc. There are two types of web resources 1. static web resource or active web resource 2. dynamic web resource or passive web resource 1. static web resource or active web resource: If response of any web resource will not depends/change upon a client request known as static web resource. Ex: html file,PDF file,documents, image,audio,video, 2. Dynamic web resource or passive web resource: If response of any web resource will be depends upon a client known as dyn...