P
Poldie
I'm just starting out with Java, on the J2ME platform.
I've been reading about threads, such as this page:
http://developers.sun.com/techtopics/mobility/midp/articles/threading2/
where it says:
"The Java runtime associates each live thread with an instance of
java.lang.Thread."
But on my API docs, which I downloaded (can't find them online) the
Thread class isn't a HTML link, suggesting it's not part of J2ME. Ditto
for the Runnable interface. But all the example source code I've seen
has it (runnable, I think) supporting "start", "stop" and "run".
Am i missing something?
I've been reading about threads, such as this page:
http://developers.sun.com/techtopics/mobility/midp/articles/threading2/
where it says:
"The Java runtime associates each live thread with an instance of
java.lang.Thread."
But on my API docs, which I downloaded (can't find them online) the
Thread class isn't a HTML link, suggesting it's not part of J2ME. Ditto
for the Runnable interface. But all the example source code I've seen
has it (runnable, I think) supporting "start", "stop" and "run".
Am i missing something?