I wrote this little program:
class Program { static void Main(string[] args) { Thread t = new Thread(WriteX); t.Start(); for (in
Main process continue its next instructions set after invoking the thread ,It will take time to start thread method as light process.