logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is synchronization and why is it important ?


  • Correct Answer
  • With respect to multithreading, synchronization is the capability to control the access of multiple threads to shared resources Without synchronization, it is possible for one thread to modify a shared object while another thread is in the process of using or updating that object's value This often leads to significant errors 


  • Technology problems


    Search Results


    • 1. Difference between Swing and Awt ?
    • Discuss
    • 2. What are pass by reference and passby value ?
    • Discuss
    • 3. What is the purpose of garbage collection in Java, and when is it used ?
    • Discuss
    • 4. What is the difference between an Interface and an Abstract class?
    • Discuss
    • 5. Is the JDBC-ODBC Bridge multi-threaded ?
    • Discuss
    • 6. What are wrapped classes ?
    • Discuss
    • 7. What is the purpose of the wait(), notify(), and notifyAll() methods ?
    • Discuss
    • 8. What is top level class?
    • Discuss
    • 9. What is static member class?
    • Discuss
    • 10. what is non-static member class?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment