What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?


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

Post New Answer

More Core Java Interview Questions

How many ways can an argument be passed to a subroutine?

3 Answers   Technological University of the Philippines,


Explain the use of volatile field modifier?

0 Answers  


What is use of valueof () in java?

0 Answers  


What is the use of a conditional inclusion statement in Java ?

0 Answers   Global Logic,


What is preflight request?

0 Answers  






1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))

1 Answers  


What is the char data type?

0 Answers  


What are basic keywords?

0 Answers  


What does %d do in java?

0 Answers  


I have one Shopping cart application, i that i have selected some items, while clicking submit button by mistake i have clicked twice or trice, that time items are selected twice or trice. Actually i want only one copy of items but its selected twice or trice. So how can we avoid this problem?

2 Answers   Honeywell,


what are literals in java?

2 Answers  


Is 0 true or false in java?

0 Answers  


Categories