what is the volatile modifier for? : Java thread


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

Post New Answer

More Core Java Interview Questions

Why Wait and notify are kept in Object class although they are used only with Thread Class

2 Answers   Global Logic, Saksoft,


What is set and get methods in java?

0 Answers  


What are pass by reference and pass by value?

0 Answers  


10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

0 Answers  


What is a copy constructor in java?

0 Answers   Amazon,






Can we use static class instead of singleton?

0 Answers  


23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an <applet> tag?. code,height & width. 26. What does 'CODEBASE' in an applet tag specify?. Files absolute path.

0 Answers   TCS,


What is internal variable?

0 Answers  


Can we use String with switch case?

0 Answers  


Write a java program to generate fibonacci series ?

0 Answers   Cyient,


What is the default value of an object reference declared as an instance variable?

0 Answers  


what is main purpose of abstract class?

7 Answers  


Categories