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 |
how the server will know its the same jsp page?
What is use of parseQueryString ?
Explain servlet.
Which protocol will be used by browser and servlet to communicate
What are some advantages of storing session state in cookies?
Write all the phases defined in servlet life cycle?
What is a generic servlet?
How do I support both get and post from the same servlet?
Explain the steps involved in placing a servlet within a package?
what is servlet life cycle?
What is the protocol used by Server & Client?
Why session tracking is needed?