5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Skills     Software Design and Development     Java     Getting Started with Java
The Java programming language is multi-faceted. To use it, developers need to understand what's meant by Java variables and recognize the different data types in the language. This course focuses on Java variables, and more specifically, the various primitive data types this language has to offer.
Follow along with this course and create variables in your program to comprehend the effects of static typing in Java. Then, explore the various primitive data types in Java - from numeric types, such as integers and doubles, to text representations in the form of strings.
Finally, you'll investigate the use of an ordered collection of data, namely arrays. When you're done with this course, you'll be able to confidently employ variables and several primitive data types when programming in Java.

Objectives

Getting Started with Java: Variables & Primitive Types

  • discover the key concepts covered in this course
  • recall how variables can be declared and created in Java
  • publish variable values to the console using the format method in Java
  • describe the use of various primitive Java data types, such as int and Boolean
  • recognize the limits of different Java data types in terms of what values they can store
  • identify the use of the byte, char, and short data types in Java
  • describe how composite data can be created and accessed in the form of arrays in Java
  • summarize the key concepts covered in this course