Re: Applet.destroy()
- From: "Oliver Wong" <owong@xxxxxxxxxxxxxx>
- Date: Tue, 28 Feb 2006 20:36:14 GMT
"Chris Uppal" <chris.uppal@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:44047a8a$1$1169$bed64819@xxxxxxxxxxxxxxxxxxxx
Ike wrote:
If someone just closes a browser instance, which is running an Applet, is
public void destroy()
invoked in all cases (i.e. for all OS's, all broswers?) -Ike
I doubt it. Why should it ? Indeed, how can it ? If the browser is being
killed, it doesn't necessarily get any choice in the matter nor any chance to
clean up (even if it wanted to).
Consider what happens if someone turns the computer off ;-)
When asking yourself "for all OS's, all browser?" type of questions, consider that someone may, immediately after reading your newsgroup post, maliciously decide to specifically write a browser or OS combination which does not satisfy your requirements; then ask yourself what that means for your application design. In some cases, you won't care about such rogue browser/OS combinations. But in other cases (e.g. the security of your application server depends on certain behaviour), you will care very much.
- Oliver
.
- Follow-Ups:
- Re: Applet.destroy()
- From: Chris Uppal
- Re: Applet.destroy()
- References:
- Applet.destroy()
- From: Ike
- Re: Applet.destroy()
- From: Chris Uppal
- Applet.destroy()
- Prev by Date: Re: Array Initial data gives code to large error
- Next by Date: Re: TOMCAT access across network
- Previous by thread: Re: Applet.destroy()
- Next by thread: Re: Applet.destroy()
- Index(es):
Relevant Pages
|