Caching Problem...
I am creating an applet that loads an image file...The image fileshould not be cached in the browser cache...
Now to achieve this, I have tried using the URLConnection class with the setUseCaches(false), and setDefaultUseCaches(false), parameters set...
However I see that under the Sun Java VM (1.3._09) the images aren't cached...
But under the MS JVM the images are always cached !
Why is this ?What are the solutions if any ?
Sincerely
Srideep PRasad

