Description of Java Runtime Problems :
Java Runtime Problems gives a brief explanation of runtime problems, which impede java applets from working properly. It explains about runtime problems such as security exception which occurs when an applet has to fetch files from the host from where they were downloaded and when the browser is set to deny all network access, fire wall restriction etc. It also explains the runtime problem ?Array index out of bounds? that occurs while reading or writing to an element of an array which is outside the defined size of the array.