What are the different types of 2 tier and 3 tier
architecture ?

Answers were Sorted based on User's Feedback



What are the different types of 2 tier and 3 tier architecture ?..

Answer / subrahmanyam

In two tier we have Client & Server only
In Three tier we have a Client ,Middle Container & Server.

Middle level architectuer genarally userd for transaction,
security levels etc... to reduce coding

Is This Answer Correct ?    12 Yes 2 No

What are the different types of 2 tier and 3 tier architecture ?..

Answer / xxx

in two tier architechture we combine any of the two
apllications for example jsp or somethin but in 3 tier
architechture v join any three applications ie with 2 tier
v join any of the other web based apllication....where
server is used as the main part....one for client n one for
server..

Is This Answer Correct ?    5 Yes 10 No

Post New Answer

More JDBC Interview Questions

What is the difference between jdbc and odbc?

0 Answers  


What are the types of jdbc drivers that exist?

0 Answers  


Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?

0 Answers  


What is the JDBC?

0 Answers  


What are different types of transactions?

2 Answers   HCL,






Which jdbc drivers will run your program?

0 Answers  


Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?

0 Answers  


How do we call a stored procedure from jdbc?

0 Answers  


If you are truncated using JDBC, how can you that how much data is truncated?

0 Answers  


What are the steps to connect to a database in java?

0 Answers  


How do I find jdbc version?

0 Answers  


Explain about multiple implementations and drive manager?

0 Answers  


Categories