Working with Objects in Java Programming

21
Learn how to deal with objects: creating them, reading their values and changing them, and calling their methods. Also learn how to cast objects from one class to another, cast to and from primitive data types and classes, and take advantage of automatic conversions through autoboxing and unboxing.

Link: informit.com

Category:

  • Java