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 |
What is meant by connection string?
What is jdbc servlet?
What is difference between statement and preparedstatement in jdbc?
Why do you use a data source object for a connection?
What is JDBC API and when do we use it?
how can we get the metaData (columnNames) from a table which has no Records..
Stored procedure purpose?
What is jdbc architecture in java?
What are the different types of drivers under jdbc?
What is the full form of jdbc?
How we say that PreparedStatment is Precompiled? where it will be compiled?
wahts is mean by primary key and unique key?