wahts is mean by thread?

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


Please Help Members By Posting Answers For Below Questions

What is the difference in between cpp and java? Can u explain in detail?

607


What happens when a thread cannot acquire a lock on an object in java programming?

549


Is overriding possible in java?

504


Why is string buffer better than string ?

596


How do you test a method for an exception using junit?

533






Explain runtime exceptions?

745


What are the access modifiers in java?

588


What is externalizable?

619


Is java type safe?

512


Why does java doesnt suuport unsigned values?

1798


What is listnode in java?

537


How many types of array are there?

550


What is yield () in java?

484


What is json parser in java?

617


What classes of exceptions may be caught by a catch clause in java programming?

703