★ wanayoo — archive 1999 https://github.com/cpulover-practice/core-javaNouvelle recherche | Portail wanayoo
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.