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 |
why do u put the bug status as deffered?what do u mean by that exactly?
QC/VSS/team track/ bugzila etc ?
wt is the difference between client and customer?
can anybody tell me what is release process of company? release note?
what are the stages in Testing life cycle?
50 Answers Accenture, DELL, Mind Tree, Planet Web Solutions, TCS, Trigent,
Describe your experiences with code analyzers.
What is the difference between high level design and low level design with example
how many functional testcases u can write for triangle
How does one do Regression Testing for Manual Testing projects?
can you tell me test case for notepad?
I have 2 questions: 1) What are Technical test cases 2) What are Business test case (Or Business driven test cases)
can automation testing replace manual testing?it it so,how?