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.
 
 
 
 
 
MarcinKozak005 5454acf654
Fix BadgeLink colours in Java Functions (#1890)
2 years ago
..
100-basic-syntax.md Resources added for Java Fundamentals (#1720) 2 years ago
101-data-types-variables.md Add data types and variables resources (#1732) 2 years ago
102-conditionals.md Add conditionals in Java (#1731) 2 years ago
103-functions.md Fix BadgeLink colours in Java Functions (#1890) 2 years ago
104-datastructures.md Add data structure content (#2079) 2 years ago
105-oop.md Added Information on OOPs, Packages, JVM, Threads (#1831) 2 years ago
106-files-and-apis.md Add Java resources (#1835) 2 years ago
106-packages.md Added Information on OOPs, Packages, JVM, Threads (#1831) 2 years ago
107-loops.md Add loops content (#1817) 2 years ago
108-exception-handling.md Added Resources for the Java Fundamentals (#1736) 2 years ago
readme.md Resources added for Java Fundamentals (#1720) 2 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 Books

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