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 |
Explain what should be done when a SQL exception is raised?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
Which is faster jdbc or odbc?
What is the JDBC syntax for using a literal or variable in a standard Statement?
What is DML?
wa is connection pooling? how do u create connection pooling?wat is use connection pooling?
Is there another way of dealing with the result set that could execute faster?
What are the different types of interfaces in the api component?
What is a jdbc connection string?
Explain about multiple implementations and drive manager?
What is the latest version of JDBC? What new features are added?
What is odbc and jdbc drivers?