How the threads share values among each other in java




Asked on March 23, 2014
Hi Guys, 

What is the proper way to share values or object among threads using latest API in java?





Replied on March 23, 2014
JDK 5 provides  Exchnager in concurrent API that shares object among threads. For better understanding find the link.



Write Answer











©2024 concretepage.com | Privacy Policy | Contact Us