Guest User

Untitled

a guest
Jul 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. public class Exemplo {
  2. public static void main(String[] args) {
  3. try {
  4. if (args == null || args.length != 2) {
  5. System.out.println("Invalid number of arguments. " + args[0] + "<input> <output>");
  6. return;
  7. }
  8. } catch (ArrayIndexOutOfBoundsException e) {
  9. System.out.println("arrayindex. " + "<input> <output>");
  10. return;
  11. }
  12. }
  13. }
Add Comment
Please, Sign In to add comment