Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- Evaluate volatile keyword and synchronization in Java
- If you need to control access to certain pieces of data in a class when writing multithreaded applications, see how you can use the volatile keyword to get a similar effect as using the synchronized keyword. When writing multithreaded applications, sometimes you need to control access to certain...
- Technical articles 2005-08-08
Additional Resources
- Avoid these Java threading gotchas
- Threading in programming languages is not a new idea. Having multiple points of execution is a concept that's fundamental to any multitasking environment. Java, however, requires developers to use explicit threading to accomplish tasks as basic as reading using nonblocking I/O. This reliance on threading for simple functions has developers...
- Technical articles 2003-02-05
- Talking Shop: IT pros need policies to back use of administrative powers on the network
- Company policies on network usage and privacy are essential to the ability to wield administrative powersThe first hint of trouble came with a phone call on the weekend from my boss. He told me to stick near the phone in case one of the company executives needed help accessing some...
- Technical articles 2002-11-21
- << Previous
- page 1 of 1
- Next >>