In the java policy file what will happen if we comment out
//permission java.lang.RuntimePermission "stopThread";.
My understanding is that we can't call thread.stop() anywhere in the program am i rite?
If we call it should say "Access denied"...
If any Text area is built with AWT closing it by clicking on "X" on the window will call this thread.stop() method?
Please correct me if am wrong..