Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Md Abid Hussain 2156e13f65
Added more oops resources (#2860)
3 years ago
..
100-basic-syntax.md added content to 100-java-fundamentals (#2491) 3 years ago
101-data-types-variables.md Updated and fixed java resources (#2835) 3 years ago
102-conditionals.md Updated and fixed java resources (#2835) 3 years ago
103-functions.md added content to 100-java-fundamentals (#2491) 3 years ago
104-datastructures.md Added more resources in java roadmap (#2836) 3 years ago
105-oop.md Added more oops resources (#2860) 3 years ago
106-files-and-apis.md added content to 100-java-fundamentals (#2491) 3 years ago
106-packages.md added content to 100-java-fundamentals (#2491) 3 years ago
107-loops.md added content to 100-java-fundamentals (#2491) 3 years ago
108-exception-handling.md added content to 100-java-fundamentals (#2491) 3 years ago
readme.md Added more resources in java roadmap (#2836) 3 years ago

readme.md

Java Fundamentals

Java is a programming language and computing platform first released by Sun Microsystems in 1995. Java is a general-purpose, class-based, object-oriented programming language designed for having lesser implementation dependencies. It is a computing platform for application development. Java is fast, secure, and reliable, therefore. It is widely used for developing Java applications in laptops, data centers, game consoles, scientific supercomputers, cell phones, etc.

Learn about the fundamentals of Java such as basic syntax, data types, variables, conditionals, functions, data structures, packages, etc.

Free Resources

Java Basics - W3Schools Java Tutorial for Beginners Java + DSA + Interview Preparation Course (For beginners) Books

Head First Java Thinking in Java Effective Java Java: A Beginner's Guide Java: The Complete Reference