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 |
Can we use servlets in JavaScript?
What are the different types of servlets?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
Write the code to get the server information in servlet.
What is the need of session tracking in HttpServlet ?
What are all the protocols supported by httpservlet?
Why servlet is faster than jsp?
Explain the working of service() method of a servlet.
What is difference between GenericServlet and HttpServlet?
Why doesn’t a servlet include main()?
Difference between web container & web server........... Difference between web server & application server?????????
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?