Can i know the difference between class,name,id attributes in each JSP tags.................. These 3 are only used for reference ..... And what are the differernces....?
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 differences
between Servlet and
JSP.
Servlet
Servlet is a Java
class that is usually...
class which used for creating dynamic content.
When running a Servlet and
JSP 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 is transferred to a servlet. With a GET, the URL will show
each name/value pair on the query
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 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
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
Difference between Struts and SpringDifference between Struts and Spring What are the
difference between...
tag Library while Spring does not.
5)Spring is loosely coupled while Struts... while Spring is light weight.
4)Struts supports
tag Library while Spring does
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
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 $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
Declaring Tag Libraries In JSP the <%@taglib
%>
directive of the
JSP. This
tag has some own
attributes... Declaring
Tag Libraries In
JSP
...
Using all the
attributes we declare the
tag libraries
through the <%@taglib
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