What is the difference between a Application Server and a
Database

Answers were Sorted based on User's Feedback



What is the difference between a Application Server and a Database..

Answer / suresh murugadass

Application server contain all application specific
components such as Jar, WAR, EAR files which inturn
containts web components and bussine class components.

DB Server will normally a separate server instance. App
server send a db request via JDBC calls to connect to the db
and fetch the results / process the request in the databse.

Is This Answer Correct ?    27 Yes 0 No

What is the difference between a Application Server and a Database..

Answer / mahadev maity

Application server contain all application such as(MS word,
excel etc)which responsible for web component and contain
business data.

Database server is a separate server. application server
depends on the DB server. application server sends a db
request and process the request.

Is This Answer Correct ?    0 Yes 2 No

What is the difference between a Application Server and a Database..

Answer / sivasankardoss

Application Server conatains all the databases that holds
the business data.

Database resides in the application servetr.

Sivasankardoss.K

Is This Answer Correct ?    6 Yes 29 No

Post New Answer

More SQL Server Interview Questions

What is user defined stored procedures?

0 Answers  


A left outer join B B right outer join A gives the same result then what is the use of two?

1 Answers  


What are the methods used to protect against sql injection attack?

0 Answers  


How would you retrieve Unique rows from table without using UNIQUE and DISTINCT keyword?

2 Answers   Genpact,


What is a mixed extent?

0 Answers  






Does a sql server 2005 select statement require a from?

0 Answers  


If i am handling 150 servers then how to check the active jobs of all the servers?

0 Answers  


How you can change the database name in SQL SERVER?

0 Answers  


What is the difference between cross join and Full outer join?

1 Answers   HP, Standard Bank,


How to read data in a table with "select" statements?

0 Answers  


can anybody tell us, how to select 2nd max salary from table. my id is ashish.akk@gmail.com

28 Answers   IBM, Symphony,


How do I setup a local sql server database?

0 Answers  


Categories