Robot Class in Java
Robot class extends Object class. It is used to generate system input events for the purposes of self-running demos, test automation, and other applications where mouse and keyboard controls are needed. The main purpose of Robot class is to provide automated testing of Java platform implementations. Using this class we can generate input events that