1. Under 'public static void print(String s)', I have type in once: System.out.println("Java is easy to learn!"); System.out.println("Java opens many opportunities"); In the display, it showed 4 strings. Then why the 5 requirement is failing? 2. also what is the difference between public static void main(String[] args) and public static void print(String s) Thanks, Patrick