import java.util.*;
public class StringReverse1 {
public static void main(String args[]) {
StringBuffer b = new StringBuffer("JAVA SPACE");
System.out.println(b.reverse());
}
}
// function to validate the entry made by user in user form function validateEntry (){ // declare a variable and referernece of active goog...