In Java Multithreading we can create multiple threads to run different tasks. Write a multithreaded Java program that creates and runs three threads:
n the main thread, before it is start, print out Now we start to print out!, then until all three threads finish, print out All threads are finished!