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 the difference between client and server database cursors?
What is drivermanager in java?
How we store procedure in oralce for callable statements in jdbc
How to find number of records in result set?
What is database connection pooling? Advantages of using a connection pool?
what is callable statement?
What is createstatement method in java?
what is metadata and it's use?
How do I set properties for a JDBC driver and where are the properties stored?
What are the classes and methods used for sending sql statements to database?
What is the role of jdbc drivermanager class?
Explain about the Try Block?