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 model database? : SQL Server Architecture

0 Answers  


What are triggers in ms sql server?

0 Answers  


What are explicit and implicit transactions?

4 Answers   BirlaSoft,


Why we need to use secondry database file? though, we can do same work using primary database file also.

2 Answers   Microsoft,


What is the maximum size of a dimension? : sql server analysis services, ssas

0 Answers  






how you can list all the tables in a database?

0 Answers  


what is dbcc? : Sql server database administration

0 Answers  


you accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover? : Sql server administration

0 Answers  


What are the tables in sql?

0 Answers  


Can a unique index be created on a column, which contains null?

0 Answers  


How do you send email on SQL Server?

0 Answers   MindCracker,


Explain the types of indexes.

0 Answers   Accenture,


Categories