What is the difference between a Application Server and a
Database
Answer Posted / 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 |
Post New Answer View All Answers
Explain the benefits of user-defined functions?
What is unique key constraint?
What is sql server query analyzer?
What is a non equi join?
What is blocking?
What is an sql server agent?
Why use update_statistics command in sql server?
What do you mean by an execution plan? Why is it used?
What is the command to change the recovery model?
What is a trigger? Why we need it?
What is normalization according to you and explain its different levels?
is there a column to which a default can't be bound? : Sql server database administration
How to convert numeric expression data types by assignment operations?
What are the different types of columns types constraints in the sql server?
What is a rownum?