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
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
Is jdbc a protocol?
How can you use preparedstatement in jdbc?
What is the return type of class.forname() method?
What is the return type of execute, executequery and executeupdate?
How does jdbc work?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
What is database connection pooling? Advantages of using a connection pool?
Explain the steps in writing a java program using jdbc?
What is 2 phase commit?
What is @entity in java?
Which jdbc driver is the fastest driver?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
What is db client?
How many types of JDBC Drivers are present and what are they?