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
How to recreate an existing index in ms sql server?
How do you troubleshoot errors in a SQL Server Agent Job?
What do you mean by recursive stored procedure?
What are scalar functions in sql?
What is the maximum number of index per table?
Difference between group by clause and having clause in SQL?
what is an extended stored procedure? : Sql server database administration
Explain Capacity planning to create a database? and how to monitor it?
Why are sql functions used?
Can we add a cpu to sql server?
What is an identity column in insert statements?
What is an example of a primary key?
what authentication modes does sql server support? : Sql server database administration
Define outer join in sql server joins?
Can we use trigger new in before insert?