Java Quick Reference Questions

This blog is a collection of important questions that can be used by the interviewer or the interviewee or by anybody who wants to improve their understanding of Java by going through popular questions. This is kind of a cheat sheet to crack interviews or understand various fundamental to expert level questions on Java Programming Language

Friday, July 12, 2013

8. What is thread-safe or thread safe programming?

Thread safety is a computer programming concept applicable in the context of multi-threaded programs. A piece of code is thread-safe if it only manipulates shared data structures in a manner that guarantees safe execution by multiple threads at the same time.



Posted by Krishna at 7:43 AM
Email This BlogThis! Share to X Share to Facebook

No comments :

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments ( Atom )

Blog Archive

  • ▼  2013 ( 13 )
    • ▼  July ( 13 )
      • 1. How to create thread in Java ?
      • 2. What is deadlock in Java ?
      • 3. What's AutoBoxing in Java?
      • 4. What is Dependency Injection?
      • 5. How to remove space from a String example “ X ...
      • 6. How to convert String “123” to Integer or int?
      • 7. What is String Buffer compare with String ?
      • 8. What is thread-safe or thread safe programming?
      • 9. How to call method of a super class from the su...
      • 10. What is Synchronized in Java ?
      • 11. What is the significance try and finally witho...
      • 12. Final keyword on variables, method and classes
      • 13. What are nested class in Java ?
Powered by Blogger.