Assume that dataTransmitter is a variable that refers to an object that provides a method, sendSignal that takes no arguments. Write the code for invoking this method.

LANGUAGE:  JAVA

CHALLENGE:

Assume that dataTransmitter is a variable that refers to an object that provides a method, sendSignal that takes no arguments. Write the code for invoking this method.

SOLUTION:


dataTransmitter.sendSignal();