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 Programming

This 9-video course explores the semantics of the logical and arithmetic operators in Java and how they are used to manipulate operands. The course demonstrates how a small change in an expression can lead to profound changes in output. A recommended prerequisite for this course is a knowledge of primitive data and object types in Java. In this course, you will learn the importance of developing an expression to meet project applications since, in Java, false is the default value. The logical operators are boolean operators, comparison operators, and the use of parentheses. Participants will see examples of boolean logical operators and comparison operators, and arithmetic operators. You will learn to use Java's built-in short-circuit addition and subtraction operators to perform mathematic operations, and how parentheses are used to alter arithmetic expressions. The course also covers use of a unary operator to take a single operand/argument and perform an operation. Finally, the course demonstrates the application of pre- and post-increment and decrement when using a unary operator.



Objectives

Java Programming: Arithmetic & Logical Operations

  • discover the key concepts covered in this course
  • describe the rules of boolean arithmetic and implement them in Java
  • implement comparison operations using primitive types
  • use the logical AND, logical OR, and logical negation operators
  • use parentheses to alter the order of precedence of execution in arithmetic and logical expressions
  • identify use-cases for the unary increment and decrement operators
  • debug complex constructs built using the unary increment and decrement operators
  • perform conversions between variables of primitive types
  • summarize the key concepts covered in this course