KaylaK7290 KaylaK7290 22-05-2024 Computers and Technology Answered Which method call pauses the execution of a Thread for one second?a. Thread.pause(1000);b. Thread.wait(1000);c. Thread.sleep(1000);d. Thread.idle(1000);