+1 vote
in JAVA by
What is the size of an int variable in 32-bit and 64-bit JVM?

1 Answer

0 votes
by

The size of int is same in both 32-bit and 64-bit JVM, it's always 32 bits or 4 bytes.

...