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 |
wahts is mean by primary key and unique key?
Explain in detail about JDBC and its general features?
What is db client?
What is 2 phase commit?
What is createstatement method in java?
What is jdbc connection?
What is a jdbc driver and how many jdbc drivers are available?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
What is Connection Pooling ??? How we set up a particular connection within connection pooling ????
How does a custom RowSetReader get called from a CachedRowSet?
write a query to select name from one table which has id,name and salary from another table which has id, sal where the salary is the second maximum
3 Answers Bosch, HireCraft, Infosys,
What are different parts of a url?