Related Tutorials/Questions & Answers:
Difference between JSP and ServletsDifference between JSP and Servlets What is the
difference between JSP and
Servlets ?
JSP is used mainly for presentation only. A
JSP can only be HttpServlet that means the only supported protocol in
JSP is HTTP
Advertisements
Difference Between Servlet and JSPDifference Between Servlet and
JSP
In this section we will describe the Servlet and
JSP. We will compare the
both technologies. We will discuss the differences
between Servlet and
JSP.
Servlet
Servlet is a Java class that is usually
Difference between forward and sendRedirectDifference between forward and sendRedirect What's the
difference between forward and sendRedirect?
RequestDispatcher.forward... to another
jsp or servlet.
sendRedirect() is more flexible than forward
Difference between GET and POST Difference between GET and POST
Difference between GET and POST ?
The
difference between a GET and a POST is the way data... this:
http://www.roseindia.net/
jsp?para1=paraValueADS_TO_REPLACE_1
With a POST
Difference between Mysql and SQLDifference between Mysql and SQL hello,
What is the
difference between Mysql and SQL??
hii,ADS_TO_REPLACE_1
SQL is structural quary language but mysql is database package
Difference between Timer and Thread?Difference between Timer and Thread? Can anyone tell me about the
difference between Timer and Thread, Why we need to have Timer in case we have Thread implimentation startegy in Java
Servlets vs JSP - JSP-ServletServlets vs JSP What is the main
difference between Servlets and
JSP? Hi Friend,
Differences:
1)In MVC,
jsp act as a view... and servlet is used for
bussiness logic
5)
Servlets are faster than
jsp.
6
Difference between SCJP ExamsDifference between SCJP Exams What is the differences
between SCJP 5 (310 - 055) exam and SCJP 6 (310 - 065) exam???
Thank You In Adv
difference between lock and synchronizationdifference between lock and synchronization Hi,
I am new in java please anyone tell me
difference between lock and synchronization in java.
its urgent.
Thank in advance
Please visit the following link:
Lock
Difference between ServletContext and ServletConfigDifference between ServletContext and ServletConfig What is the
difference between ServletContext and ServletConfig?
ServletContext :Defines a set of methods that a servlet uses to communicate with its servlet
Difference between translate and replace Difference between translate and replace hiii,
What is the
difference between translate and replace?
hello,ADS_TO_REPLACE_1
Replace replace every instence of character with character sting by the given charator
jsp -servletsjsp -servlets i have
servlets s1 in this
servlets i have created emplooyee object, other
servlets is s2, then how can we find employee information in s2
servlets Difference between http and httpsDifference between http and https
Difference b/w HTTP and HTTPS
please provide answer in tabular form.
Hi Friend,
Differences:
1)HTTP is hyper text transfer protocol which is responsible for transmitting
Difference between error and exception ????????Difference between error and exception ? Can we handle a error in java if yes than give an code of an example?
Difference between error and exception handling.......
Exceptions are things you can create/throw
difference between applet and swingsdifference between applet and swings what are the major
difference between swing and applets
Hello Friend,
Differences:ADS_TO_REPLACE_1..._TO_REPLACE_3
Thanks
Hi Friend,
Difference between Swing and Applet:ADS
jsp and servletsjsp and servlets what is
difference between jsp and servlet??
what should a person use to develop website ??
JSP is used for view in MVC... the request submitted from browser and process the data and redirect it to
JSP Difference between jsonstring and json objectDifference between jsonstring and json object Is There any
difference between JsonString and jsonobjectA? if there is any differece could any one explain with example.
Thanks
venkatesh
Difference between Struts and SpringDifference between Struts and Spring What are the
difference between Struts and Spring?
Hi Friend,
Differences:
1)Struts is a web framework while Spring is not.
2)Spring is a Layered Architecture while Struts
difference between $message and $$messagedifference between $message and $$message What is the
difference between $message and $$message?
Hi friends,
$message is a simple variable whereas $$message is a reference variable.
Example:
$name = 'Bharat
calculate difference between two datescalculate
difference between two dates hi,
I was actually working on to calculate the number of days
between two dates of dd/mm/yyyy format... the
difference between the two dates
Difference between MVC1 And MVC2 - StrutsDifference between MVC1 And MVC2 HI Friends,Can u Give me
difference between mvc1 and mvc2. Thanks Prakash Hi Friend,
Please visit the following link:
http://www.roseindia.net/struts/mvc-architecture.shtml
Difference between TRUNCATE and DELETE commandsDifference between TRUNCATE and DELETE commands hii,
What is the
difference between TRUNCATE and DELETE commands?
hello,ADS_TO_REPLACE_1
TRUNCATE is a DDL command whereas DELETE is a DML command.
TRUNCATE is much
Difference between and merge and update in hibernateDifference between and merge and update in hibernate What is
difference between and merge and update in hibernate?
Use update() if you are sure that the session does not contain an already persistent instance