Tuesday, September 10, 2013

JAVA Keywords

Volatile:- It is a keyword used to indicate Java compiler and thread that do not cache value of this variable and always read it from main memory.

No comments:

Post a Comment

SpringBoot Application Event Listeners

When a spring boot application starts few events occurs in below order ApplicationStartingEvent ApplicationEnvironmentPreparedEvent Applicat...