thinkinterview » interview questions
« Previous

interview Questions

next »
question What is 3-Tier Architecture in enterprise application development.
Answer Description: In 3-tier architecture, an application is broken up into 3 separate logical layers, each with a well-defined set of interfaces. The presentation layer typically consists of a graphical user interfaces. The business layer consists of the application or business logic, and the data layer contains the data that is needed for the application.

Next Queston » What is the purpose of garbage collection in Java, and when is it...
What is the purpose of garbage collection in Java, and when is it use... View full queston »

Posted in: Java(30) |