Practice Java by Building Projects
What you’ll learn
-
Build 5 complete, end-to-end Java applications from scratch
-
Implement core object-oriented programming techniques
-
Optimize applications with best practices and sharpen your programming skills
-
Master design principles and apply proper architecture to solve problems
-
Apply inheritance, interfaces, access modifiers, encapsulation, polymorphism
-
Use data structures and arrays to handle data sets and collection of objects
-
Develop your own utility class to read data and export results to a file
-
Analyze data from a file and apply conditional operations to make decisions
-
Design a real-world project with abstract classes and abstract methods
-
Use constructors, overloading, and overriding to enhance applications
If your goal is to GET HIRED, then you need to PASS THE INTERVIEW!
As a trainer for over 6 years, one of the most common questions I get asked is “I’m new to programming, how can I get better and prepare for a job interview?” My answer is “Practice, practice, practice!” I created this course to help people see the core Java concepts in action. This will help you understand the ideas and know how to apply them in an application.
The BEST way to prepare for a technical interview is to get practice building applications and applying core principles of object-oriented design. I’ve designed this course to accomplish that objective.
Many people fail interviews because:
- They don’t grasp object-oriented programming concepts
- They can’t apply object-oriented design in an actual program
- They haven’t practiced developing their applications by hand
- They haven’t debugged their code and overcome challenges
This course is designed for someone who simply wants to get better at understanding and applying Java design and object-oriented programming. It is perhaps the most effective thing you can do to prepare for your job interview. Forget about flashcards, forget about quizzes. Start practicing!
In my Practical Java course, you will build realistic projects from scratch. We will approach each program analytically and outline our approach to implement the solution. Then, piece by piece we will write the code to create a fully functioning application.
- Understand client scenarios and requirements
- Approach each problem analytically
- Write our solution outline
- Implement code step-by-step
- Apply core principals of object-oriented design
Everyone hoping to start out in Java needs to practice! It’s not enough to learn and watch, but you must try yourself! So enroll in this course and get typing!
Note: this course was build for someone who has some working knowledge and familiarity of Java or application design. If you are new to Java, I recommend enrolling in my “Become a Junior Java Software Developer” course first.
Who this course is for:
- Current students or recent graduates
- Anyone looking to practice Java
- Someone preparing for a Java interview
- Someone starting a new Java project
- Anyone wanting a refresher on object-oriented programming or application architecture
12 reviews for Practice Java by Building Projects
Add a review
Original price was: $19.99.$14.99Current price is: $14.99.
Nicholas Slowey –
As many other reviewers have noted, the course is incomplete and missing two of the promised projects. If the creator is not able to finish, they need to update the description; otherwise it is false advertising for a paid service.
Eliot Sydenham –
This course was a good walk through of Java skills and practice. However, I purchased this course after reading the description which stated there would be more than 3 projects that you complete. And I have noticed within the q&a section this is a common issue a lot of people are reporting as there is only 3 projects available. As well, the creator of this course does not respond to this query what so ever.
Jessica Solis –
I thought that the instructor made interfaces and abstraction really simple to follow and understand. I like that he would write implementation details in the methods and not just talk about them in theory. Super helpful!
Song Ge –
Great course for basic knowledge, but a bit misleading with the name “Student Database Application”, I thought it involves connecting to a DB, but it has nothing to do with that.
Bogdan Catalin Iacob –
Very good practice with hands on. This helps a lot with understanding of how different parts of the code connect to build the actual project.
Chilhoan Kwon –
This course is really good for java developers who want to know how to implement a project with java OOP.
Parminder Singh –
It is good for those who just want to have an handson. Not recommended for beginners.
Ted Swoyer –
Good course. Delivered well. Effectively uses projects to reinforce knowledge and skill.
Ranjitha Shetty –
explained very well with live coding.
Ganesh Mudhiraj –
I don’t find all the projects as mentioned in course.
Anoop Kumar –
Most of us know the what are classes, methods but here you’ve given a good example how to put things together in right way.
Thank you!!!
Garrett McGuire –
Exactly what I was looking for when it came to some more intermediate Java projects to really help solidify my knowledge on OOP