Answer Posted / 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 View All Answers
What is a jdbc url?
How the JDBC application works?
What are the jdbc api components?
What is setautocommit in jdbc?
What is JDBC Connection isolation levels?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
Is jdbc object oriented?
What is the role of the jdbc drivermanager class?
Is jdbc an api?
How can I determine the isolation levels supported by my DBMS?
What is db client?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
Does jdbctemplate use prepared statements?
Is java a database?