what invokes a threads run() method? : Java thread


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

Post New Answer

More Core Java Interview Questions

Give me an example of array and linked list? Where they can be used?

0 Answers   Ericsson,


What does snprintf return?

0 Answers  


What is garbage collector?

0 Answers  


What is math floor in java?

0 Answers  


How does a for loop work?

0 Answers  






How do you create an array in java?

0 Answers  


Can we have more than one package statement in source file ?

0 Answers  


What does %4d mean in java?

0 Answers  


Explain the difference between abstract classes and interfaces in java?

0 Answers  


10. class Nav{ 11. public enum Direction { NORTH, SOUTH, EAST, WEST } 12. } 13. public class Sprite{ 14. // insert code here 15. } Which code, inserted at line 14, allows the Sprite class to compile? a)Direction d = NORTH; b)Nav.Direction d = NORTH; c)Direction d = Direction.NORTH; d)Nav.Direction d = Nav.Direction.NORTH;

2 Answers  


How will you invoke any external process in java?

0 Answers  


Why is java called java?

0 Answers  


Categories