+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.

Related questions

0 votes
asked Nov 25, 2023 in Network Theory by JackTerrance
0 votes
asked May 18, 2020 in JAVA by AdilsonLima
...