Difference between servlet and applet method?

Answers were Sorted based on User's Feedback



Difference between servlet and applet method?..

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

Difference between servlet and applet method?..

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

Difference between servlet and applet method?..

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

Post New Answer

More JDBC Interview Questions

What is “dirty read” in JDBC? Which isolation level prevents dirty read?

0 Answers  


Explain the necessary steps to connect to the database in java?

0 Answers  


What is the role of class.forname while loading drivers?

0 Answers  


What is the execute method in java?

0 Answers  


Hi to all.. well i want to make a standalone application which can use the concept of connection pooling, constraint is that i have not to use any application server like weblogic etc. Please help me out. Thaks in advance.

3 Answers   Huawei,






What are database warnings in jdbc and how can we handle database warnings in jdbc?

0 Answers  


Which package is used for jdbc application?

0 Answers  


How do find debugging problems related to JDBC API?

1 Answers  


What is a JDBC 2.0 DataSource?

0 Answers  


What is the meaning of batch updates?

0 Answers  


What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?

0 Answers  


How to create Connection interface object because it is Interface , Interface is not instansiated?

9 Answers   Aptech, CTS, HCL,


Categories