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

Which event (check constraints, foreign key, rule, trigger, primary key check) will be performed last for an integrity check?

0 Answers  


What is cdc in sql server?

0 Answers  


What is resultset concur_updatable?

0 Answers  


What is the return type of executeupdate ()?

0 Answers  


Explain the truncate command?

0 Answers  






What is the difference between Drop and Truncate

20 Answers   GT Nexus, IBM,


What are the steps you will take to improve the performance of a poor performing query?

0 Answers  


What is the diffrence between update_one and auto_fix?

3 Answers   IBM,


what is the system function to get current user's user id? : Sql server database administration

0 Answers  


Explain alternate key, candidate key and composite key in sql server?

0 Answers  


Explain the difference between function and stored procedure?

0 Answers  


Explain what stored procedure sp_replcounters is used for? : sql server replication

0 Answers  


Categories