MultiTasking and MultiThreading

Multi tasking realtes to more then one program at a same time and can switch between that program for example:- doing work on doc file and a song is running on winamp. On the other hand multi threading is a subset of multi tasking here we can switch between different part of same program example:- doing work and .doc file and PCase is checking in background.In threading we can also set the prority of thread. some of these are as follows

ThreadPriority.

Highest

ThreadPriority.AboveNormal

ThreadPriority.Normal

ThreadPriority.BelowNormal

ThreadPriority.Lowest