0% found this document useful (0 votes)
2 views1 page

Java Internship CheatSheet Maria

This document is a cheat sheet for a Java internship, covering essential topics such as core Java syntax, object-oriented programming, exception handling, and basic threading. It also includes information on collections, the Stream API, JDBC connections, and Spring Boot components like REST controllers and security setup. The content is designed to aid in internship interview preparation.

Uploaded by

islah060747.info
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Java Internship CheatSheet Maria

This document is a cheat sheet for a Java internship, covering essential topics such as core Java syntax, object-oriented programming, exception handling, and basic threading. It also includes information on collections, the Stream API, JDBC connections, and Spring Boot components like REST controllers and security setup. The content is designed to aid in internship interview preparation.

Uploaded by

islah060747.info
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Java Internship Cheat Sheet - Maria Kabeer

Core Java Syntax Pack


1. Basic Structure: public static void main(String[] args)
2. Variables, Data Types, Casting
3. Operators, Conditions, Loops
4. Arrays + Strings
5. OOP: Class, Object, Constructor, Inheritance, Polymorphism
6. Exception Handling + Custom Exceptions
7. Threads Basics
8. Collections: ArrayList, HashSet, HashMap
9. Stream API: filter/map/reduce
10. JDBC Connection Example
11. Spring Boot REST Controller
12. Spring Data JPA Entity + Repository
13. Spring Security Basic Setup
14. Microservice Starter Template

Prepared for Internship Interview Practice.

You might also like