Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to create thread in java?

Answers were Sorted based on User's Feedback



how to create thread in java?..

Answer / manju

Thread can be created by

1. Extending Thread Class
2. implementing Runnable interface

Is This Answer Correct ?    1 Yes 0 No

how to create thread in java?..

Answer / chiranjeevi

threads are created in two ways
1.extending threadclass
2.runnable interface

Is This Answer Correct ?    0 Yes 0 No

how to create thread in java?..

Answer / teja

We r creating threads in java by extending d thread class
or by implementing runnable interface.
Syntax for creaton of thread is:
Thread var=new Thread(Runnableobject,"Stringname");

Is This Answer Correct ?    0 Yes 0 No

how to create thread in java?..

Answer / ravi gandhi

threads are created in two ways
1.implementing Runnable interface
2.Extending Thread Class

in thees two ways implements runnable interface is better
option because it supports multilevle thread cocept

Is This Answer Correct ?    0 Yes 0 No

how to create thread in java?..

Answer / javamasque

Threads are created in three ways
1. Sub-class Thread: Create sub-class of java.lang.Thread class
2. Runnable object: Implementing java.lang.Runnable interface.
3. Callable object: Implementing java.lang.Callable interface.

Is This Answer Correct ?    0 Yes 0 No

how to create thread in java?..

Answer / hari

It can also be created in number of ways.
1.Extended threadclass
2.Running thread

Is This Answer Correct ?    2 Yes 3 No

how to create thread in java?..

Answer / solanki

It was created by extended from Thread class
and also we can create from interface thred

Is This Answer Correct ?    2 Yes 8 No

Post New Answer

More OOPS Interview Questions

Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1 Answers  


What is a mixin class?

4 Answers  


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

0 Answers  


Why oops is important?

0 Answers  


What is nutshell in programming language?

1 Answers   Satyam, Tech Mahindra,


Differences between inline functions and non-inline functions?

4 Answers   Ness Technologies,


How would you stop a class from class from being derived or inherited.

18 Answers   Ness Technologies,


explain dynamic binding by drowing

2 Answers   Cognizant,


why to use template classes in c++?

1 Answers  


what is the use of template classes in c++

1 Answers  


What is encapsulation in simple terms?

0 Answers  


what is the advantage in software? what is the difference between the software developer and Engineer

1 Answers  


Categories