Difference between servlet and applet method?
Answers were Sorted based on User's Feedback
Answer / janet
1. servlets are to servers what applets are to browsers.
2.Applets must have graphical user interfaces where as
servlets have no graphical user interfaces.
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / anjana.srinivas.tandle
.
1. servlets are to servers what applets are to browsers.
2.Applets must have graphical user interfaces where as
servlets have no graphical user interfaces
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / neeraj tyagi
servlet is the sever side and client side application
whereas appelet is not
applet use awtcomponent to but servlet no use awt
| Is This Answer Correct ? | 0 Yes | 0 No |
How can I create a custom RowSetMetaData object from scratch?
What is dburl?
What is a jdbc driver and how many jdbc drivers are available?
Is jdbc a framework?
List the advantages of using datasource?
What are the differences between resultset and rowset?
Give an example for getXXX method?
How can we execute stored procedures using callablestatement?
What is the major difference between java.util.date and java.sql.date data type?
What does the jdbc connection interface?
How many locking systems are there in jdbc?
Explain the life cycle of jdbc.