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
Detail discussions on JVM, memory management and garbage collector.
What are design patterns and please explain?
What are different exception types exceptions available in java ?
When can an object reference be cast to an interface reference in java programming?
How is tree Mirroring implemented?
What are different types of inner classes ?
What is oops in java?
Can vector have duplicates in java?
Write a program in java to create a doubly linked list containing n nodes.
What is the difference between the paint() and repaint() methods?
What is multithreading and its advantages?
How do you make a thread in java?
What is the final keyword?
How many ways can you break a singleton class in java?
Will the jvm load the package twice at runtime?