What are the different types of 2 tier and 3 tier
architecture ?
Answers were Sorted based on User's Feedback
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 |
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 |
how can we get the metaData (columnNames) from a table which has no Records..
How many types of jdbc drivers are available?
What is the difference between Minus, and Intersect?
List the common jdbc exceptions ?
Is jdbc a protocol?
What is difference between odbc and jdbc?
What is resultsetmetadata?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
How to create Connection interface object because it is Interface , Interface is not instansiated?
What is difference between java.util.Date and java.sql.Date?
Why do we use jdbc statements?
How many ways can you update a result set?