Explain three tier architechture of the java project?
what is the web server and what is the database server?



Explain three tier architechture of the java project? what is the web server and what is the databa..

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

Post New Answer

More Manual Testing Interview Questions

What is the Difference Between Manual and Automation Testing.Give Some Example Both of them

1 Answers  


what we have to do if the application has some additional functionality which is not specified as part of functional spec.(but is useful.. may b futher) Do we consider it as a defect?

5 Answers   Deloitte,


3.if a questions asked as,what is the quality standards you are following? what i need to tell.

1 Answers  


What is Prototype Testing?

5 Answers   Wipro,


How to write testcases for a general objects like 1.pen 2.paper 3.printer 4.Mobile 5.Bulb 6.coffee machine 7.calculator 8.Mobile 9.telephone...etc

2 Answers   HCL, iFlex, Intrack, Ordain Solutions, Synechron, TCS,


how to retrive only second row from table?

3 Answers   CTS,


What is Trivial Bug?

2 Answers  


Explain Boundary value analysis?

1 Answers   Crea,


For a Password field, we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test case

2 Answers  


what is the use of end to end testing?we r donig every testing like system and functional testing ect..

1 Answers  


Will a tester get involved in preparing Metrics?If yes,what will they do & how?

3 Answers   iSoft,


I want to know the real time cycle i.e SDLC.(First of all Buisness logic is prepared,but doesn't know by whom and with the help of whom?)Similarly what are the next steps (the persons involved) and connection in between the steps.

5 Answers   Quexst,


Categories