Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public class Example {
  2. String[] words;
  3.  
  4. public Example(words) {
  5. this.words = words;
  6. }
  7. }
  8.  
  9. public class Construction {
  10. Example arrayExample = new Example({"one", "two", "three"});
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement