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

How to find which stored procedure is currently running in sql server?

0 Answers  


How to make a column nullable?

0 Answers  


What is 3nf normalization form?

0 Answers  


Difference between connected and disconnected database in .net with sql server?

0 Answers   Infosys,


When a primary key constraint is included in a table, what other constraints does this imply?

0 Answers  






How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?

0 Answers  


What is the diff between Static Queries and Dynamic queries give me some examples

2 Answers   CSC,


How to create user defined functions with parameters?

0 Answers  


Explain the use of keyword with encryption. Create a store procedure with encryption?

0 Answers  


What is 'Join' and explain its various types.

0 Answers   Genpact,


Describe in brief sql server monitoring ways.

0 Answers  


How to rebuild master databse?

0 Answers  


Categories