gerstrong.blogg.se

32 bit java
32 bit java









same with float being 32 bits and double is 64 bits - so is it just that Java has abstracted even this subtlety away, and perhaps has been "64 bit compatible" all along?

32 bit java

and I do know that int is a 32 bits and long is 64 bits.

32 bit java

32bit - it really boils down to how the numbers are stored underneath the covers. In my day-to-day programming, I do not recall ever having to change something or think about something in a different way just because I was using the 64bit JRE (or targetting the 64bit JRE for that respect).įrom my understanding of 64bit vs. This prompted an unusual question today, does it matter if I use the 32bit or 64bit JRE bundle?įrom thinking back on it, I've installed both versions before and my normal toolchain plugs happily in (Eclipse). I've been using Java for a while now, and my typical ritual of setting up a new dev machine requires the norm of downloading and installing the latest JDK from Oracle's site.











32 bit java