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 |
is java pure object oriented or not ?
What is the jdbc rowset?
What do you understand by jdbc driver and explain its types?
What is Statement and PreparedStatement? whatz the difference?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
What are different types of JDBC Drivers?
What is jdbc and its advantages?
give me a java code snippet to connect Microsoft excel through.... I am trying alot... plz help me.
Explain the two tier and three tier architecture of jdbc.
Where can I find info, frameworks and example source for writing a JDBC driver?
How can you know about drivers and database information ?
What is JDBC Connection isolation levels?