Jeremy Hare

Greenhorn
+ Follow
since May 23, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Jeremy Hare

Looking at the flip side what are the advantages of entity bean? and whats JDO?
Hi,
I am writing a servlet to dynamically generate and serve swf files. Does any one know of some software/code (prefereably free) to help generate the flash?
21 years ago
I don't think the java specification declares which order the threads will be restarted but the JVM may have implemented that as a queue. So you propably shouldn't rely on it being a queue but I could be wrong. Just remember that a thread of higher priority will always start first.
Quick question. Are static methods thread safe? ie. can 2 threads run the same static method simultaneously?
Does anyone know of a good XSL Reference or tutorial on the web?
Hi,
I am reading XML documents off a socket and then attempting to parse them using Xerces. My question is how does the parser know when one document is finished so that the parse() method will return? Is there a special char that it waits for (ie a -1 byte)?
cheers
Jeremy