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 |
What is the difference between servlet config and servlet context.
19 Answers TCS, Tech Mahindra, Vertex,
What is the use of welcome-file-list?
can we override service method in my servlet class..?? if yes or no why ??
What are the functions of an intercepting filter?
how can we execute servelt? what the use ".war" or ".jar" file creation
How to handle the debug errors in servlets?
My Question is that i am using <image> tag in my servlet and after compilation after that calling by url in my browser then images are not showing. Sometime images are showing and sometime is not showing. I am using Tomcat to run my servlets. Tell me if there any specification for image in servlets or what is solution for this ??
What is difference between GenericServlet and HttpServlet?
how do you maintain sessions in servlets?
How can I send user authentication information while making URL Connection?
Explain the steps involved in placing a servlet within a package?
What are the differences between servlet context vs servlet config?