What is the purpose of multithreading for your program?

Anyway, this code snippet is wrong:



public void start()
{
Thread t = new Thread();
t.start();