Latest Java Aptitude Question SOLUTION: What is the output of the following program? import java.util.regex.*; class Test { public static void main(String args[]) { Pattern p = Pattern.compile(".ech"); Match