High understanding of the Java programming language.
Java Runtime Environment (JRE) and Java Development kit (JDK) and how to
install and configure to create a development environment.
Wrote Java Program using standards to produce clean, readable and reusable
code including, naming conventions, commenting and more.
Orchestrated different data types in Java, such as primitives and Strings.
Learned to manipulate data using different operators (Arithmetic, Relational,
Conditional, Ternary).
Executed codes based on certain conditions using conditional statements (If, If
Else, Switch).
Leveraged the power of iteration statements to perform tasks a numerous
amount of times (For, While, For-Each, Do-While).
Created and used methods in Java as well as String classes, including all of
the functionality it offers. Programmed with arrays, both one dimensional & two
dimensional.
Object oriented programming in Java, learning a principle which has served in
many ways more than just Java throughout my programming course.