
Need Help to start Threading and Multithreading programs in JAVA..?
Hi Pals,
Am new to creating Java Threaded programs.. Am struggling how to start.. I have tutorials.. and am learning by simply reading the definitions and examples and etc.. That is not enough to my need.. I need to create code from the basics.. so please guide me how to start a threaded code.. multithreading, synchronization.. monitor and etc… Thanks in advance…
This question is very high-level; all we’ll be able to do is point you in the right direction.
I learned threading and multithreading from a class; this would be your best bet. You can also see all the course materials from the class I took (lectures and corresponding lecture notes, project assignments, etc.) at
http://inst.eecs.berkeley.edu/~cs162/fa07/ .. We used Java and a system called NachOS, which is an operating system built on top of Java with no use but for practicing coding various operating system functions.
Good luck!
Intermediate Java Tutorial – 26 – Learning about Threads
|
|
Concurrent Programming in Java™: Design Principles and Pattern (2nd Edition) $35.00 * One of Java’s most powerful capabilities is its built-in support for concurrent programming, a design technique in which multiple concurrent activities-threads take place inside a single Java program. Thread programming enables developers to design applications that are more responsive to user demands, faster, and more easily controlled. * This book offers comprehensive coverage of this vital as… |
|
|
Java Threads $21.00 Building sophisticated Java applets means learning about threading–if you need to read data from a network, for example, you can’t afford to let a delay in its delivery lock up your entire applet. Java Threads introduces the Java threading API and uses non-computing analogies–such as scenarios involving bank tellers–to explain the need for synchronization and the dangers of deadlock. Scott… |
