Platform threads are managed by the operating system. They are heavyweight, consuming more resources and having a higher context-switching cost. The java.lang.Thread class in Java represents a ...