Skip to main content

গ্রুপ আলোচনা

  • JAVA OOP প্র্যাকটিস রিসোর্স
  • Spring  ফ্রেমওয়ার্ক এর বেইজ কোনটা? JAVA SE না JAVA EE? এই প্রশ্নের উত্তরে চমৎকার রিসোর্স শেয়ার করেছেন জামিলুর রহমান। বিস্তারিত
  • লেখালেখি কীভাবে ডেভলপমেন্ট ক্যারিয়ারে সহায়ক? স্ট্যাকওভারফ্লোআলোচনা
  • অ্যান্ড্রয়েড অ্যাপ ডেভেলপমেন্ট নাকি ওয়েব ডেভেলপমেন্ট? আলোচনা
  • JAR vs WAR স্প্রিং বুট ডেপ্লয়ের জন্য কোন টা ভাল হবে?  আলোচনা

গ্রুপ জবস

গ্রুপের বাইরে

 


“When a field is declared volatile, the compiler and runtime are put on notice that this variable is shared and that operations on it should not be reordered with other memory operations. Volatile variables are not cached in registers or in caches where they are hidden from other processors, so a read of a volatile variable always returns the most recent write by any thread.”

Brian Goetz, Java Concurrency in Practice

 

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.