Q. What is the size of int in Java? (A) 2 bytes (B) 4 bytes (C) Depends on OS (D) 8 bytes ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) 4 bytes Explanation: int is always 4 bytes (32-bit) in Java, regardless of platform.