Guest User

Untitled

a guest
Aug 14th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. a couple of doubts about String in Java
  2. String[] a = new String[5];
  3. a[2] = "Hello";
  4. a[3] = "World";
  5. a[2] = "Good Bye";
Add Comment
Please, Sign In to add comment