Showing posts with label thread priorites. Show all posts
Showing posts with label thread priorites. Show all posts

Friday, 24 January 2014

Multi Threaded Programming in java

how to use multithreaded :runnable interface:...

Multithreaded Programming:


Unlike many other computer languages, Java provides built-in support formultithreaded programming. A multithreaded program contains two or more parts that can run concurrently.There are two distinct types of multitasking:process based and thred based.A process.in essence,a program that is executing.