Skip to content

enginooby-practice/core-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practice Topics

  • Primitive types [basic.PrimitiveTypes]

    • MIN_VALUE & MAX_VALUE
    • Overflow and underflow
    • Underscore integer (JDK 7+)
    • int = 2 x short = 4 x byte (bits)
    📌 Tips
    • In precise calculation, use BigDecimal instead of floating point number (float, double)
    • Use -L, -f, -d suffix for long, float, double
    • Prefer double than float (faster, more precise)

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages