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 the functions of an intercepting filter?
Is servlet synchronized?
What is a deployment descriptor?
Explain Action Servlet?
What is use of parseQueryString?
What do you mean by singlethreadmodel interface?
How can a servlet refresh automatically if some new data has entered the database?
3 Answers Citi Bank, CitiGroup, IBM, Satyam,
What do you mean by session tracking?
What is Servlets and explain the advantages of Servlet life cycle?
Explain session tracking and its importance?
Explain the difference between a web server and a web container?
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 ??