Question: Implement in Java 02) Create a class named characterClass that implements stringCharacter. This interface have Two method method String reverse_string(string message) and int Calculate_length(string message).
Implement in Java
02) Create a class named "characterClass" that implements stringCharacter. This interface have Two method method String reverse_string(string message) and int Calculate_length(string message). Your implementation should return the string backwards and calculate the length. Write a small main method to test your class; make sure to call all methods. a
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
