Q:
1) In a multi-threading application is there a limit to how many threads an application may spawn.
2)If such a limit exists, does the JVM terminate the application and with what error code.
EDIT
3)If an application spawns in very rapid sucsession, would the JVM detect that as a "rough" application
Thanks in advance