+2 votes
in JAVA by
How do you find if JVM is 32-bit or 64-bit from Java Program?

1 Answer

0 votes
by
You can find that by checking some system properties like sun.arch.data.model or os.arch
...