ClientExample() {
Thread t = new Thread();
t.start();
}What does this thread do?