Answer Posted / aradhana
A thread, in the context of Java, is the path followed when executing a program. All Java programs have at least one thread, known as the main thread, which is created by the JVM at the program’s start, when the main() method is invoked with the main thread. In Java, creating a thread is accomplished by implementing an interface and extending a class. Every Java thread is created and controlled by the java.lang
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the basics of core java?
What is collection sort in java?
What is exception hierarchy in java?
What is deserialization?
Tell some latest versions in JAVA related areas?
Does apple use java?
Why are arrays useful in java?
What are the high-level thread states in java programming?
Does .length start 0 java?
Explain the difference between serializable and externalizable in java?
What is linkedlist in java?
What is a website container?
Explain the difference between hashmap and hashtable in java?
I want to store more than 10 objects in a remote server? Which methodology will follow?
What is n in java?