What is the difference between JSP and Servlet?
Answer Posted / vaidegi
Jsp mainly used for the presentation only.It support only
Http. whereas servlet support FTP,Http etc
| Is This Answer Correct ? | 25 Yes | 45 No |
Post New Answer View All Answers
What are the main tags in jsp?
How to configure init parameters for jsp?
How are jsp(java server pages) better than asp(active server pages)?
Why don’t we need to configure jsp standard tags in web.xml?
How many tags are provided in jstl?
Give uses of object cloning?
What is contextpath?
Can you call jsp from servlet?
Which package does a jsp api consist of?
When i am useing useBean tag of JSP in weblogic server It show compiletion error..Like bad class file: C:\bea\user_projects\domains\Mahesh\applications\UseBean\WEB-INF\classes\user\UserData.class class file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath. user.UserData user1 = null; //[ /SaveName.jsp; Line: 4]
What is the use of requestdispatcher?
What are jsp implicit objects?
What is jsp life cycle?
How do I mix jsp and ssi #include? What is the difference between include directive & jsp:include action?
How does a jsp function?