Quick Reminder: Java Primitive Types Sizes

Quick Reminder:


 

Java's primitive types and their sizes :

Data Type Size
char 2 bytes (16 bits)
short 2 bytes (16 bits)
int 4 bytes (32 bits)
float 4 bytes (32 bits)
long 8 bytes (64 bits)
double 8 bytes (64 bits)

Commentaires

Posts les plus consultés de ce blog

Restoring the Local Changes Tab in IntelliJ IDEA (2024)

Copilot Blank Chat in IntelliJ? Create the Missing Files to Fix It

Resolving Concurrency Conflicts in Java REST APIs: A Case of 412 Precondition Failed