what is the volatile modifier for? : Java thread
No Answer is Posted For this Question
Be the First to Post Answer
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?
What are pass by reference and pass by value?
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); } }
What is a copy constructor in java?
Can we use static class instead of singleton?
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.
What is internal variable?
Can we use String with switch case?
Write a java program to generate fibonacci series ?
What is the default value of an object reference declared as an instance variable?
what is main purpose of abstract class?