A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
Threads and Synchronization
Author
Executor and applets
Barry Burd
Author
Ranch Hand
Joined: Jun 18, 2003
Posts: 73
posted
May 05, 2004 19:22:00
0
With the introduction of the Executor in Java 1.5, is there a new framework for creating a Java
applet
? Should I still be using code like
thread = new Thread(this);
thread.start();
or is there a new
pattern
that I should be following?
Thanks.
I agree. Here's the link:
http://aspose.com/file-tools
subject: Executor and applets
Similar Threads
Properly Synchronizing a Block of Code
ExecutorService invokeAll - blocking?
How can I serialize thread handling with Java 5's java.util.concurrent package?
Java concurrency
Required help in thread
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter