Answer Posted / guest
The main paradigm for e-commerce and enterprise solutions
is the 3-Tier model, where the first tier is the user
interface, the second is the business logic, and the third
is the database, sometimes called the persistence layer.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
what are Hostile Applets?
What is double checked locking in singleton?
What is the benefit of inner classes in java?
Why does java does not support multiple inheritance? Explain
What is a buffer in java?
What is the difference between a field variable and a local variable?
How do you sing an Applet ?
What is the primitive type byte?
What is a copy constructor in java?
Differentiate between a constructor and a method? Can we mark constructors final?
Is cout buffered?
In java how do we copy objects?
How to convert string to char and vice versa?
What java is used for?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread