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 |
what is connection pooling?
How to create Connection interface object because it is Interface , Interface is not instansiated?
How can you make a connection?
What are stored procedures? How to call them?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
What are the types of statements in jdbc?
Which is better jpa or jdbc?
What is while rs next ())?
What are the sailent features of JDBC 2.0?
Why is jdbc used?
What is serialization and deserialization in java programming?
How can I write to the log used by DriverManager and JDBC drivers?