1. Wrap Up
You made it! Let's take a second to review your accomplishments and what you've learned.
2. What we learned
We've come a long way in your Java journey. You should be proud of your accomplishments. Learning a programming language like Java can be challenging, but you are well on your way. In this course, we started by looking at Java's straightforward, lightweight objects for transporting and managing data - plain, ordinary, Java objects.
We then looked at wrapper classes for allowing primitives to be treated like objects as well as giving us some additional fields and methods associated to the primitive types.
We learned the purpose of packages to help organize code and how to use the classes of a package like java.math.
We then looked extensively at the Collections Framework - Java's pre-existing framework of data structures. Specifically, we explored Lists, Sets, Queues, and Maps - all different types of data structures to support all different types of data and application needs.
In our last chapter, we looked at Java's means handling problems with its exception handling framework and its means of creating a diary of application events through logging.
3. To learn more
As always, I like to leave you with some places where you can continue your Java journey. These web sites and books are resources I have used in the past, and I find them to be excellent assistance to Java programmers at all levels.
And of course, I hope you'll continue to take DataCamp courses and use DataCamp resources. Let me personally invite you back to Datacamp for other Java topics.
4. Thank you!
Again, congratulations on completing the course. Job well done! I wish you the best of luck in your Java pursuits.