Java Sockets Questions and Answers

creating client socket : socket=new Socket('localhost',4000); //InetAddress.getByName ('127.0.0.1')...
Explain how to create thread in Java, What are native operating system threads?, What is a green thread?, What is a working thread?...