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 |
Which package contains jdbc api?
How many ways that we can view a result set?
What are stored procedures? How to call them?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
What is the full form of jdbc?
What is savepoint in jdbc?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
How transactions are performed using JDBC ?
Which package is used for jdbc application?
What does jdbc setmaxrows method do?
Explain creation of statement object with connection method create method with help of an example.
What are the advantages of using preparedstatement in java?