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 |
How can we move the cursor in a scrollable result set?
What is jdbc and its advantages?
How can you load the drivers?
I have getting problem to calling stored procedure from Mysql through JSP. Please help me.
What is setautocommit in jdbc?
What are the three parts of a jdbc url?
What is jdbc in dbms?
What does executeupdate return in java?
How to find that, a row is updated or not?
What are the jdbc statements?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
What is data source in java?