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 are different ways for authentication of servlet?
What is the difference between jsp and servlet life cycle?
how to use servlets with j2ee ?
What do you understand by mime type?
How the typical servlet code look like ?
Differentiate between the print writer and servlet output stream?
What is the difference between the servlets and cgi programs?
What is servlet container?
What is with the javax.servlet package naming?
Explain the servlet context.
How we can get ip address of client in servlet?
What is cookie in servlet?