Course Information
Course Overview
Learn Core Java Skills including the lastest version of Java
Do you want to learn how to code and land a cool Java programming job? Java is a really popular language for creating applications and websites.
It's awesome because the code you write can run on any computer. Now is a great time for Java programmers to find jobs and freelance gigs.
This course is taught by super knowledgeable Java experts certified by Oracle. Once you finish, understanding Java will be a breeze. Moreover, this course includes the updates of Java.
The course covers each topic and makes things easy with simple examples. You get coding notebooks with each lesson for practice.
Learning Java can open up exciting opportunities in the tech industry. Java is widely used, making it a valuable skill for employers. This course not only equips you with the knowledge but also provides hands-on practice with coding notebooks.
The instructors, certified by Oracle, bring a wealth of expertise to guide you through the learning process. Whether you're a complete beginner or looking to enhance your coding skills, this course is suitable for all types of learners.
Don't miss the chance to improve your career and be part of the Java programming community.
Enroll today and embark on a journey to master these valuable and in-demand skills!
Course Content
- 6 section(s)
- 66 lecture(s)
- Section 1 Java Programming - Part 1
- Section 2 Project - Guess The Word Game
- Section 3 Java Programming - Part 2
- Section 4 Java Multithreading
- Section 5 New Java Features (from Java 10 to Java 22)
- Section 6 Coding Exercises
What You’ll Learn
- Learn core Java skills from complete beginner to advanced features
Skills covered in this course
Reviews
-
NNilesh Gadgil
Good Explanations. Please update on Executor framework for threads
-
PPeter Vidal
Basic and good teachings. Very hard exercises but that is part of the package. Thank you!
-
JJoão Martins
Very beginner friendly Very good pace on the course 10 hours with a lot of information Really well done
-
JJonathan Gouvea
nice course, but videos were a bit slow while using ide. The obligatory exercises in the end are a pain, they expected same printed result, not the result itself, so if you add a "," it won't work, change to println instead of print, won't work, not even the "proposed solution" is correct in some scenarios. rather go running the tests and see what is actually the errors and from there you solve, if you understand it. Sometimes you need full void main implemented, sometimes just the class, rather make a standard with pre determined comment saying "implement here" would be nice. I believe there is other ways to improve the final tests.