What is the use of volatile in java?


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

Post New Answer

More Core Java Interview Questions

Name and explain the types of ways which are used to pass arguments in any function in java.

0 Answers  


What is the purpose of garbage collection in java? When is it used?

0 Answers  


What is a super method?

0 Answers  


What are new features introduced with java 8 ?

0 Answers  


What is derived datatype?

0 Answers  






What is the difference between heap memory and stack memory?

0 Answers   Aspiring Minds,


what is meaning of JIT?

4 Answers  


give an example for encapsulation?

0 Answers   Aspire,


Is boolean a wrapper class in java?

0 Answers  


Is null a string?

0 Answers  


Why are inner classes required?

3 Answers   Oracle,


String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?

6 Answers   Flextronics, Keane India Ltd,


Categories