What's the difference between authentication and authorization?
No Answer is Posted For this Question
Be the First to Post Answer
Directive Include and Action Include how both are working in JSP, what is the difference between both?In which suituation we have to choose these elements?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
Hi............ When i am started the tomcat server it started. but it not load the jar files wht we deploving file.suppose we load the wapp folder in webapps. At running time it show the below error in tomcat server INFO: validateJarFile(C:\Program Files\Apache Software Foundation\Tomcat 5.0\web apps\wapp\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, s ection 9.7.2. Offending class: javax/servlet/Servlet.class How to slove this problem in my system. plz give answer for this problem.
What are the types of protocols supported by httpservlet ?
What are the drawbacks of cgi?
Which protocol will be used by browser and servlet to communicate
How do I use cookies to store session state on the client?
What are the Internal servlets maintained by the web server?
How session tracking can be achieved, if your browser doesn't support cookies (or) if cookies are disabled?
What exception should be thrown when servlet is not properly initialized?
What is servlet and how it works?
Is classes folder is compulsory in web-inf/ even though u r deploying ur application with war file?