Blogs
-
Robust and Secure – Basics of Java Programming
Robust and Secure Java promotes the development of reliable, robust, and secure systems. It is…
-
Method Invocation Context – Basic Elements, Primitive Data Types, and Operators
Method Invocation Context Method invocation conversions that can occur in a method invocation context are…
-
Precedence and Associativity Rules for Operators – Basic Elements, Primitive Data Types, and Operators
2.5 Precedence and Associativity Rules for Operators Precedence and associativity rules are necessary for deterministic…
-
Compiling a Program, Evaluation Order of Operands, Numeric Promotion Context, Oracle Certification Exam, Primitive Data Types, The Floating-Point Types
Evaluation Order of Operands – Basic Elements, Primitive Data Types, and Operators
2.6 Evaluation Order of Operands To understand the result returned by an operator, it is…
-
Inheritance – Basics of Java Programming
1.6 Inheritance There are two fundamental mechanisms for building new classes from existing ones: inheritance…
-
Comments – Basic Elements, Primitive Data Types, and Operators
Comments A program can be documented by inserting comments at relevant places in the source…
-
Compiling a Program – Basics of Java Programming
Compiling a Program The JDK provides tools for compiling and running programs. The classes in…
-
Running a Program – Basics of Java Programming
Running a Program It is the bytecode in the class files that is executed when…
-
Compiling a Program, Evaluation Order of Operands, Numeric Promotion Context, Oracle Certification Exam, Primitive Data Types, The Floating-Point Types
Formatted Output – Basics of Java Programming
Formatted Output This subsection is not on any Java Developer Exam. It is solely included…
-
Compiling a Program, Evaluation Order of Operands, Numeric Promotion Context, Oracle Certification Exam, Primitive Data Types, The Floating-Point Types
Boolean Literals – Basic Elements, Primitive Data Types, and Operators
Boolean Literals The primitive data type boolean represents the truth values true and false that…