What is 2-tier and 3-tier architecture?
Answer / mukundvishy
Two tier is Client Server architecture. For example using
Oracle database and Oracle Forms/VB.
3 tier is introducing one more tier. For example, a web
server (IIS, Apache, Tomcat etc.), an EJB Application server
(Weblogic, websphere etc.) and a database (oracle, sql
server etc.)
Is This Answer Correct ? | 3 Yes | 3 No |
Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");
How can we set null value in jdbc preparedstatement?
how we can remove hard code in java?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
What is JDBC Savepoint? How to use it?
What are types of resultset?
How to handle when the database crashes while reading the data from the database?
Which is better odbc or jdbc?
How to check null value in JDBC?
Which jdbc driver type s is are the jdbc odbc bridge?
How to check jdbc connection in java?
What is new in JDBC 2.0?