Welcome to Dream.In.Code
Getting Java Help is Easy!

Join 136,466 Java Programmers for FREE! Get instant access to thousands of Java experts, tutorials, code snippets, and more! There are 1,562 people online right now. Registration is fast and FREE... Join Now!




threads in java

 
Reply to this topicStart new topic

threads in java

gul
1 Jul, 2008 - 09:26 PM
Post #1

New D.I.C Head
*

Joined: 29 May, 2008
Posts: 7

Hello,
i would have to give a presentation on threads in java. We studied others features of java but in class we have no idea about threads. So my audience donot have much knowledge about this concepts. I would have to totaly deliver the basic knowledge of threads in java. So they can at least understand and have a basic knowledge get from my presentation.time duration is about 15-20 minutes.
plz help me out.
how i can prepare it. and how i deliver it.
if someone have any presentation regarding to it plz send it to me.
thnx.
User is offlineProfile CardPM
+Quote Post

gl3thr0
RE: Threads In Java
2 Jul, 2008 - 12:53 AM
Post #2

D.I.C Head
**

Joined: 27 Oct, 2007
Posts: 177


My Contributions
QUOTE

Threads
One thing to consider in Java programming is how system resources are being used.
Graphics, complex mathematical computations, and other intensive tasks can take up a
lot of processor time.
This is especially true of programs that have a graphical user interface, which is a style
of software that you’ll be learning about next week.
If you write a graphical Java program that is doing something that consumes a lot of the
computer’s time, you might find that the program’s graphical user interface responds
slowly—drop-down lists take a second or more to appear, button clicks are recognized
slowly, and so on.
To solve this problem, you can segregate the processor-hogging functions in a Java class
so that they run separately from the rest of the program.
This is possible through the use of a feature of the Java language called threads.
Threads are parts of a program set up to run on their own while the rest of the program
does something else. This also is called multitasking because the program can handle
more than one task simultaneously.
Threads are ideal for anything that takes up a lot of processing time and runs continuously.
By putting the workload of the program into a thread, you are freeing up the rest of the
program to handle other things. You also make handling the program easier for the virtual
machine because all the intensive work is isolated into its own thread.

from teach your self java in 21 days
if u want the whole chapter pm me
User is offlineProfile CardPM
+Quote Post

1lacca
RE: Threads In Java
2 Jul, 2008 - 01:06 AM
Post #3

code.rascal
Group Icon

Joined: 11 Aug, 2005
Posts: 3,822



Thanked: 11 times
My Contributions
Or simply follow the Sun Java Turorial
It is quite simple to write a presentation from that material.


User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/2/08 05:15PM

Live Java Help!

Java Tutorials

Reference Sheets

Java Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month