Core Java Cheatsheet

About the author

JCGs (Java Code Geeks) is an independent online community focused on creating the ultimate Java to Java developers resource center; targeted at the technical architect, technical team lead (senior developer), project manager and junior developers alike.

This cheatsheet is designed to provide you with concise and practical information on the core concepts and syntax of Java. It’s intended to serve as a handy reference that you can keep at your desk, save on your device, or print out and pin to your wall.

Core Java Cheatsheet includes:

    1. Functional Interfaces
    2. Method References
    3. ArrayList
    4. LinkedList
    5. HashSet
    6. TreeSet
    7. HashMap
    8. TreeMap
    9. LinkedHashMap
    10. Stack
    11. Queue
    12. PriorityQueue
    13. Character Escape Sequences
    14. Output Formatting With prin
    15. Matching Flags
    16. Regular Expressions
JCG eBooks are professionally designed, downloadable collections of popular JCG content – articles, interviews, presentations, and research – covering the latest software development technologies, trends, and topics.
Back to top button