The Artima Developer Community
Sponsored Link

Java Answers Forum
Interposes Synchronization in Java

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
saeran Abraham

Posts: 1
Nickname: hxyair
Registered: Mar, 2011

Interposes Synchronization in Java Posted: Mar 12, 2011 2:35 AM
Reply to this message Reply
Advertisement
One of the strengths of the Java programming language is its support for multithreading at the language level. Much of this support centers on synchronization: coordinating activities and data access among multiple threads. The mechanism that Java uses to support synchronization is the monitor. Outline various aspects of the Java monitor language support, using examples to illustrate your point. How does the Java synchronization support compare with UNIX System V support for synchronization?

Topic: JAVA OBJECTIVE QUESTIONS Previous Topic   Next Topic Topic: scrolbar want  immediate response..........

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use