Two-tier model Java applet or application talks directly to data source - Java
Q. Java: In which model a Java applet or application talks directly to the data source?- Published on 29 Jun 15a. Two-tier models
b. Three-tier models
c. Both A & B
d. None of the above
ANSWER: Two-tier models
A two-tier model is based on the client – server architecture. There is a direct communication between the client and server. It will run faster because of the tight coupling.