Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the main key components in Web applications and
client and Server applications? (differences)

Answers were Sorted based on User's Feedback



What are the main key components in Web applications and client and Server applications? (differen..

Answer / btech

For Web Applications: Web application can be implemented
using any kind of technology like Java, .NET, VB, ASP, CGI&
PERL. Based on the technology,We can derive the components.

Let's take Java Web Application. It can be implemented in
3 tier architecture. Presentation tier (jsp, html, dthml,
servlets, struts). Busienss Tier (Java Beans, EJB, JMS)
Data Tier(Databases like Oracle, SQL Server etc., )

If you take .NET Application, Presentation (ASP, HTML,
DHTML), Business Tier(DLL) & Data Tier ( Database like
Oracle, SQL Server etc.,)

Client Server Applications: It will have only 2 tiers.
One is Presentation (Java, Swing) and Data Tier (Oracle,
SQL Server). If it is client Server architecture, The
entire application has to be installed on the client
machine. When ever you do any changes in your code, Again,
It has to be installed on all the client machines. Where
as in Web Applications, Core Application will reside on the
server and client can be thin Client(broswer). Whatever the
changes you do, You have to install the application in the
server. NO need to worry about the clients.Because, You
will not install any thing on the client machine.

Is This Answer Correct ?    9 Yes 2 No

What are the main key components in Web applications and client and Server applications? (differen..

Answer / vinod

Web application can only run on browsers whereas
client-server can be some desktop application too

Is This Answer Correct ?    1 Yes 0 No

What are the main key components in Web applications and client and Server applications? (differen..

Answer / dhrutisundar

Web Apps-The U.I,B.L and D.B part is fully installed into the web side where as
only UI part is installed in user's machine(client side) and the BL and DB is installed at the server side.
Ex-web apps-chrome,firefox..
Ex-client-server apps-GTalk,FB messanger..etc

Is This Answer Correct ?    1 Yes 0 No

What are the main key components in Web applications and client and Server applications? (differen..

Answer / pavan magdum

web application any application which is access through a browser and its works online and installation is not required,
but in client server application any application which uses a client application to access the server and its works online and installation is required,

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Testing AllOther Interview Questions

Explain inputs?

0 Answers  


hey guys ... since i have just started my career i need to know whether testing has a good career or not .. ?

0 Answers  


What is gorilla testing?

0 Answers  


Why we need localization testing?

0 Answers  


hi frens, i need ur help if nebody had worked or workin on online banking projects n online job portals ..frens cud u pls gimme the realtime examples for critical bugs, high severity n low priority bugs high severity n high priority bugs low severity n low priority bugs high severity n low priority bugs related to banking n job portal

0 Answers  


Is automated testing better than manual testing. If so, why

2 Answers   Wipro,


What is future of FC SAN vs FCOE SAN

0 Answers  


can you tell me the correct process for creating automation frame work for project(key word driven framework)

0 Answers   Mind Tree,


What is the difference between debugging and testing?

0 Answers  


When is used decision table testing?

0 Answers  


Explain glossary of software qa/testing?

0 Answers  


A) Please give example for below statements. 1.Statement Coverage: Every statement in a program execute atleat once. 2. Decision Coverage: Every point of Entry and Exit in a program invokes atleast once. Each decision in a program has taken all possible outcome atleast once. 3. Condition Coverage: Each condition is a decision in a program has taken all possible outcome atleast once. 4. Modified Condition Decision Coverage: Each Condition has shown to affect that decision independently by varying that decision while keeping fixed all other possible condion. B) If the condition is (A&&B||C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases. C) If the condition is (A||B&&C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases.

0 Answers  


Categories