Assume the availability of class named Logger that provides a static method , printErrorDescription, that accepts one int argument and returns no value.
LANGUAGE: JAVA
CHALLENGE:
Assume the availability of class named Logger that provides a static method , printErrorDescription, that accepts one int argument and returns no value.
Write a statement that invokes the method printErrorDescription, passing it the value 14.
SOLUTION:
The Bad News: The content you are trying to access is only available to members.
The Good News: You too can be a member, simply Click Here.
Already a member? Log In Here
Posted in Java, Learn To Code