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
Are semicolons required at the end of sql statements in sql server 2005?
How can we check the sql server version?
What are the different SQL Server Versions you have worked on?
Explain primary key and foreign key constraints?
How efficient you are in oracle and SQL server?
Do you know the cursor types?
Can sql servers linked to other servers like oracle?
What is the difference between index seek vs. Index scan?
Can we take the full database backup in log shipping?
What the different components in replication and what is their use?
Do you know the capabilities of cursors?
What is a mixed extent?
How to delete duplicate rows in sql server?
Explain what is the function of sql server agent windows service?
Can I run multiple instances of sql server 2000 at the same time on one computer?