Skip to content

Instantly share code, notes, and snippets.

@darrenbkl
Created January 22, 2020 11:31
Show Gist options
  • Save darrenbkl/60d4bdacfdcd96356d2afe0901a8ee7a to your computer and use it in GitHub Desktop.
Save darrenbkl/60d4bdacfdcd96356d2afe0901a8ee7a to your computer and use it in GitHub Desktop.
Number[] numArray = new Integer[5];
System.out.println(numArray instanceof Integer[]);
numArray[0] = 1.11;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment