December 2015
Beginner
296 pages
7h 45m
English
APPENDIX A
![]()
Review of Java Fundamentals
This appendix briefly reviews the core Java concepts that you should be familiar with to understand the material presented in this book. This is not a complete introduction to Java programming, so if any of the topics are unfamiliar, you may want to consult a textbook or tutorial series on Java1 to learn more about the corresponding material.
Data Types and Operators
Let’s begin by listing some of the basic, or primitive, data types available in Java:
Read now
Unlock full access