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 |
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
What are JDBC Best Practices?
Explain the steps in writing a java program using jdbc?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
Does jdbctemplate use prepared statements?
Does jdbc require oracle client?
Explain the JDBC Architecture?
When do we get java.sql.SQLException: No suitable driver found?
Is jdbc an api?
Explain the difference between rowset vs. Resultset in jdbc?
What is <discriminator > in Hibernate? How exactly inheritance of Object to Tables can be done? What is the benefits of discriminator?