If the thread is handled by the JVM itself then it is called green thread.
Green thread are used in the following cases
1. Operation systems where multi threading is not supported(eg. Low end Mobile OS)
2. If you are using Java 1.1 or previous versions
Green threads are slow because the JVM has to switch between processes
Green thread are used in the following cases
1. Operation systems where multi threading is not supported(eg. Low end Mobile OS)
2. If you are using Java 1.1 or previous versions
Green threads are slow because the JVM has to switch between processes
No comments:
Post a Comment