Write the code for invoking a method named sendSignal. There are no arguments for this method. Assume that sendSignal is defined in the same class that calls it.
LANGUAGE: JAVA
CHALLENGE:
Write the code for invoking a method named sendSignal. There are no arguments for this method.
Assume that sendSignal is defined in the same class that calls it.
SOLUTION:
sendSignal();
Posted in Java, Learn To Code