Explain three tier architechture of the java project?
what is the web server and what is the database server?
Answer Posted / 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 View All Answers
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning
Write the test cases for file transfer from one user to other from Google Drive/drop box?
What is positive and negative testing?
What is ofx testing?
What is your approach when requirements change continuously?
What are the different test techniques used in functional testing?
qtp9.2 and qtp10.0 difference
Which are the standards for software test plans?
What is a test severity and test priority? difference between them with suitable examples?
what are the different methods to test a product in 'Japanese' language? NOTE:User is unable to perform basic functionalities while using the app..(copy, paste, text selection etc.)
What is test closure?
What are noise variables?
tell me brief about your project? please help me how to explain the project what is the flow? my current project is ERP domain web based application. please help me
What is bug leakage?
Explain accessibility testing and its importance in the present scenario.