Do you know of any free Java courses available online? Like full Java . For a beginner
Hiya! I know a few and I can recommend you some I found online that helped me in the first half of my apprenticeship (I donβt learn Java anymore and just focus on C# but to me theyβre basically the same thing)
Codecademy: Learn Java - LINK
Learn Java Online website - LINK
Java courses on edX - LINK
Java courses on Coursera - LINK
Oracle Java Tutorials - LINK
Java Tutorials Point - LINK
Freecodecamp.org made an article listing other places you can check out - LINK
Medium article by JavinPaul lists 11 Java courses you can try as well - LINK
This is what my tutor taught us, in this order! Obviously this is not everything as it was an introduction to Java but you can find out what more you have to learn afterwards!
Java syntax and data types
Control structures: if-else statements, loops and switch statements
Object-oriented programming concepts: classes, objects, inheritance, and polymorphism
Exceptions and error handling: try-catch blocks to handle exceptions and errors in your code
Hope this helps you and others! βΊοΈππΎβ€οΈ