answersLogoWhite

0

What is green thread in java language?

Updated: 11/3/2022
User Avatar

Bhanukiranv

Lvl 1
15y ago

Best Answer

Green thread scheduled by jvm insteadof respective operating system(nativiely).

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is green thread in java language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Difference between Java threads and user level thread?

A Java thread can be considered as similar to a user level thread. Let us say you are running a web browser, windows media player and GTalk for chat simultaneously - Actually the operating system is running an individual thread for each of these apps which gives you a seamless feeling of things running in parallel. Similarly Java Threads are features in the Java programming language that allow you to run multiple JVM tasks in parallel.


In relation to Java what is a thread?

A Java Thread is a thread of execution in a Java Program. A Java Virtual Machine can have a single application running multiple threads, which is known as concurrency. Threads are what make the program run. Each thread has a different priority, and when the machine queue fills up, the threads are executed in the order of their priority.


Who created the java language?

The java language was create in early 90's by a group of Sun engineers called the "Green Team" led by James Gosling. By the way this language was first called "Oak".


Can you restart stopped thread in java?

No. Once a thread is stopped you cannot restart it.


What is the difference between coffee and java?

The language was originally called 'Green' but was renamed after Java coffee due to the large amounts of it consumed by the developers.


Is Java named by Java coffee or Java Island?

The language was initially called Oak after an oak tree that stood outside Gosling's office. Later the project went by the name Green and was finally renamed Java, from Java coffee, the coffee from Indonesia.


Is the java is procedural language?

Java is an Object Oriented language not a procedural language


What is the use of thread in java?

Thread is a single sequential flow of control within program. Each flow of control may be thought of as a seperate lines of code(module) is called as thread.Actually thread is a predefined class in java. threads are used to handle Exceptions in java.


Does Visual Java plus plus and Java Builder is different from the Java language?

Yes!Visual Java plus plus and Java Builder is different from the Java language?


What are the two ways of spawning a thread in Java?

You can create a Thread in Java by using two ways. 1. Extending the Thread class public class Test extends Thread { ..... } 2. Implementing the Runnable Interface public class Test implements Runnable { ... }


Why you are preferring java?

java is platform independent language and open source. java is object oriented language.


Why you learn java language?

java language moreover solve the problems witch is encounter in c and c++ that s why we use the java language...