Login
Remember
Register
Ask a Question
What is the size of an int variable in 32-bit and 64-bit JVM?
+1
vote
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
What is the size of an int variable in 32-bit and 64-bit JVM?
#jvm-size
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 24, 2020
by
SakshiSharma
The size of int is same in both 32-bit and 64-bit JVM, it's always 32 bits or 4 bytes.
...