Answer Posted / 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 |
Post New Answer View All Answers
What is drivermanager in java?
What is the meaning of “dirty read” in the database?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
What is jdbc and jdbc drivers?
What are the differences between resultset and rowset?
What is the different between ResultSet and RowSet?
What is jdbc explain?
What is a jdbc url?
What are the different types of drivers under jdbc?
How can we retrieve data from the resultset?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
How does jdbc connect to database?
Explain the main method?
What are the advantages of using preparedstatement over statement?
Is possible to open a connection to a database with exclusive mode with JDBC?