Java and signals

When programming in C or Perl, the SIGALRM signal can interrupt "printing" so that only partial writes occur.

Is there such a problem with signals when using Java? Or does the JVM protect the programmer from any side effects?

+3


source to share





All Articles