Server-Side Development Section Index | Page 4

For loading and registering a driver you should use Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"), but I have used JdbcOdbcDriver j=new JdbcOdbcDriver() and I still get a connection. Why is this so? Why should I use Class.forName("");

Does JavaMail support accessing the preamble of a message?

How can an application dynamically register protocol providers?

How can I avoid making multiple HTTP calls for content that hasn't changed? Is it possible to cache it? Is there a way to set this in the header?

How can I customize the method of Message-ID generation?

How can I send an attachment without having to use a physical file? - 08.31.06

How can I work with quotas without limiting myself to IMAP specific APIs?

How do I find out the IMAP folder separator character?

How do I fold/unfold long header lines?

How do you allow applications to dynamically register address type mappings?

How do you encode non-ASCII parameters in MIME headers?

How do you specify the character set to use for a parameter?

My attachment data is already base64 encoded, how do I avoid it being double encoded?

What is the difference between RequestDispatcher's forward(ServletRequest request, ServletResponse response) method and HttpServletResponse's sendRedirect(String location) method?

Where can I find out more about the features new to the 1.4 release of JavaMail?

About | Sitemap | Contact