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

How does jdbc driver work?

0 Answers  


Does sql allow null values ?

0 Answers  


How does a file store compare with a jdbc store?

0 Answers  


Is jdbc object oriented?

0 Answers  


explain about special characters?

0 Answers  






i have 1000 records in resultset, how to get first 100 records from resultset, because resultset fetch all 1000 records at a time?

8 Answers   HSBC,


Define preparedstatement.

0 Answers  


What is the use of the statement in jdbc?

0 Answers  


How do I start debugging problems related to the JDBC API?

0 Answers  


What is savepoint in jdbc?

0 Answers  


What does executequery return in java?

0 Answers  


There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?

0 Answers  


Categories