What is DSN and System DSN and what is the difference
between them?
Answers were Sorted based on User's Feedback
Answer / sagar
A User DSN is data connection created and owned by a single
user account. The connection and its configuration are no
longer valid when the user logs off.
System DSNs work for anyone using that system. For example,
no matter who logs onto the machine, system DSNs can be
seen by all users, and they are stored in the Registry in
the Local Machine section.
Is This Answer Correct ? | 20 Yes | 1 No |
Why should we go for interservlet communication?
i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 500,but i want to send response to 498 page,what should i do
How we can get ip address of client in servlet?
How do you configure a centralized error handler in servlets?
Can we use javascript in Servlets?
Can we use the constructor, instead of init(), to initialize servlet?
What is with the javax.servlet package naming?
What is servlet in tomcat?
What are the disadvantages of storing session state in cookies?
Who is responsible for writing a constructor?
What are the steps involved in placing a servlet within a package?
What are the methods in HttpServlet?