Enter your Sign-on user name and password.

Forgot password?
  • Follow us on:
Java > Java Syntax
Loading video...

QuickNotes™  

Java Syntax

  • Primitive Data Type: Built in simple data type in Java (int, long, float, double, boolean, char, string)

  • Computer Character Representation: ASCII (uses 8 binary digit), Unicode (uses 16 binary digits)

  • Comments: Used by programmers to explain the code in a program, they are ignored by the sytem. (// or /* Comment*/ is used to indicate comments)

  • Reserved words: List of words that are used by a compiler and users are not allowed to change their definition.

  • Identifiers: Names chosen by programmers to identify components of a program.

  • Variable: Named memory locations to store data

  • Constant (static final): Named memory location to store constant values that will not change.

Mathematics:
Basic Math
Pre-Algebra
Algebra I
Algebra II
Geometry
Trigonometry
Pre-Calculus
Calculus I
Calculus II
Multivariable Calculus
Statistics
Chemistry:
General Chemistry
Organic Chemistry
Physics:
High School Physics
AP Physics B (Mechanics)
AP Physics C (Electricty & Magnetism)
Biology:
General Biology
AP Biology
(AP) Advanced Placement:
AP Calculus AB
AP Calculus BC
AP Biology
AP Chemistry
AP Physics B (Mechanics)
AP Physics C (Mechanics)
AP Physics C (Electricty & Magnetism)
AP Statistics
AP Computer Science: Java
Computer Science:
HTML Training
CSS Intro
Java
JavaScript
Introduction to PHP
Wordpress Training
XML Training