What are the different types of 2 tier and 3 tier
architecture ?
Answer Posted / 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 |
Post New Answer View All Answers
What is @entity in java?
How do I connect to jdbc?
How do I find ojdbc jar version?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
Expalin the method of calling a stored procedure from jdbc.
What is the use of JDBC DriverManager class?
What is ODBC and JDBC? How do you connect the Database?
What are restrictions on triggers?
What does the connection object represents?
What is device controller?
What is the purpose of the jdbc resultset interface?
What is getconnection method in java?
How can we store and retrieve images from the database?
How do I insert/update records with some of the columns having NULL value?
What are the different types of JDBC drivers?