What are the different types of 2 tier and 3 tier
architecture ?
Answer Posted / 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 View All Answers
What causes the "No suitable driver" error?
What is jdbc and jpa?
What is sqlwarning?
How do I load a database driver with JDBC 4.0 / Java 6?
What do you mean by database connection pooling?
What is jdbc and jdbc drivers?
What does the jdbc driver interface do?
What is a jdbctemplate?
What is sqlwarning and discuss the procedure of retrieving warnings?
How do you insert images into database using jdbc?
What is the difference between setmaxrows(int) and setfetchsize(int)?
Explain the various types of locking system in jdbc?
How do java applications access the database using jdbc?
What is the advantage of namedparameterjdbctemplate?
When do we use execute method in java jdbc?