Which of the following statements are true?
A) There is a method that you can call on an instance of a Thread class that puts the instance
to sleep for a specified number of milliseconds.
B) The recommended way to stop a thread is to call the stop() method.
C) There can be a maximum of 255 threads running at the same time.
D) There is a method called join() in the Thread class.
E) There is a method called isAlive() in the Thread class.