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 are using HttpServlet in realtime projects and why are not using Genericservlet
Which is better approach among four(HttpSession,cookie,URL Rewriting, Hidden Fields) Session Tracking technic's ? Why ?
Which event is fired at the time of session creation and destroy?
What is URL Encoding?
What's the difference between servlets and applets?
What if we pass negative value in load-on-startup?
What are the advantages of Servlet over CGI?
when will cookie information destroy?
how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)
Can you call a jsp from the servlet?
What is the difference between get and post methods?
What do you mean by cgi in servlet?