What is busy spin, and why should you use it?


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

Post New Answer

More Core Java Interview Questions

Is Java Class Threadsafe ????? How to make Java class Thread safe??

2 Answers   Cognizant,


What is the size of integer?

0 Answers  


What classes of exceptions, thrown by a throw statement?

2 Answers  


solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..

2 Answers  


What is polymorphism and what are the types of it?

0 Answers  






If your team member writes code with lots of static variables and static methods, will it cause any side effects?

3 Answers   KPIT,


we r taking <load-on-startup>0</load-on-startup> <load-on-startup>1</load-on-startup> in deployment descripter for loading servlets like serv1 N serv2? so 'll it take serv1 or serv2

2 Answers   CSC,


Why are data types important?

0 Answers  


Which sort is best in java?

0 Answers  


Explain the differences between public, private, protected and static?

4 Answers  


What is the collections api?

0 Answers  


Write a java program to generate fibonacci series ?

0 Answers   Cyient,


Categories