Explain three tier architechture of the java project?
what is the web server and what is the database server?
Answer / anonymous
Client (Browser)
JspContainer(Weblogic/Tomcat)
DBserver(oracle)
----3Tier----
or
Client (Browser)
EJBContainer(Weblogic)
DBserver(oracle).
web server deals requests from clients(browsers) and
process them, give the response to client. It may deal with
dbserver.
Dbserver stores the data using an RDBMS like oracle.
Actually oracle is a dbserver + dbms.
Webserver-Weblogic/tomcat
Dbserver-Oracle/mysql/mssql
| Is This Answer Correct ? | 4 Yes | 3 No |
What is two tier and three tier architecture?
13 Answers HCL, IBM, iGate,
When do you escalate issues to your Manager?
How the Error, Defect and Bug are related to each other ?.
wht is test scenario?
What are the cases when you’ll consider to choose automated testing over manual testing?
How can you do the scalability testing?
What is the advantage of V-model compared to other models?
In which Phase of testing life cycle we prepare test data and test scenario?
What is Installability testing?
in SDLC,at what phase life cycle stops?and what are the input and output of each phase?
wt is the diff. bet. verification and validation If possible explain with one example.
1. what is severity and priority and who will decide what .?