how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What does split function do in java?

0 Answers  


Thanks A.jyotsna, Can u tell me differnce between abstract class and interface vikash

4 Answers  


Why we cannot override static method?

0 Answers  


Why packages are used?

0 Answers  


What are the standards to place package statement within a source code file?

1 Answers  






What is the difference between a switch statement and an if statement?

0 Answers  


Name and explain the types of ways which are used to pass arguments in any function in java.

0 Answers  


Does a class inherit the constructor of its super class?if it does, how can you hide that constructor? if it doesnot how can you call it from the sub class?

2 Answers  


Explain naming conventions for packages?

0 Answers  


how many access specifiers are available in java

11 Answers  


What is java life cycle?

0 Answers  


Can a class be private or protected in java?

0 Answers  


Categories