Skip to content

Instantly share code, notes, and snippets.

@laclefyoshi
Created March 24, 2012 13:10
Show Gist options
  • Save laclefyoshi/2182605 to your computer and use it in GitHub Desktop.
Save laclefyoshi/2182605 to your computer and use it in GitHub Desktop.
show size of pointer
class Mode {
public static void main(String[] args) {
System.out.println(System.getProperty("sun.arch.data.model"));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment