Java Guru
Posts: 70
Nickname: skumjava
Registered: Feb, 2016
|
Java Guru has 6+ years exp in Java Programming, He is writer at http://singletonjava.blogspot.com
|
|
|
|
Java Interview Questions on Atomic variables
|
Posted: Feb 23, 2016 5:51 PM
|
|
|
This post originated from an RSS feed registered with Java Buzz
by Java Guru.
|
Original Post: Java Interview Questions on Atomic variables
Feed Title: Java Interview Questions and Answers with Example
Feed URL: http://singletonjava.blogspot.com/feeds/posts/default?alt=rss
Feed Description: Blog for Java techniques and Programming Tutorials, Examples, Design Patterns, Interview Questions and Answers, Cloud, Virtualization, XML, Docker, Multithreading, Collection, Error and Exception, Java Singleton Design Pattern, Docker Interview Questions, String, Executor Service, Array List, TreeSet, HashMap, Concurrency
|
Latest Java Buzz Posts
Latest Java Buzz Posts by Java Guru
Latest Posts From Java Interview Questions and Answers with Example
|
|
Here are the list of 5 good questions on Volatile and Synchronized keywords in Java:
1. What is Atomic variables and its significance:
Atomic variables performs atomic operation on its object. In other words, it operation will happen completely or will not happen at all, and no one can interrupt its operation in between. With its introduction in Java 1.5, it is being widely used in multi-thread
Read: Java Interview Questions on Atomic variables
|
|