Showing posts with label multi threaded.multi tasking. Show all posts
Showing posts with label multi threaded.multi tasking. Show all posts

Friday, 24 January 2014

Creating Multiple Threads in java

how to create multiple thread:multi tasking

Creating Multiple Threads


Java provides built-in support for multithreaded programming. A multithreaded program contains two or more parts that can run concurrently. you have been using only two threads: the main thread and one child thread.