If Statements in Swift
If statements allow you to evaluate conditions and execute different blocks of code depending on the condition.
Booleans and Boolean Operators in Swift
A boolean is a data type that represents either a true or false.
Tuples in Swift
Tuples allow you to create a type that holds multiple values of any type.
Type Conversion in Swift
How to convert from one data type to another.
Number Operators in Swift
Number operators allow you to provide mathematical calculations in your code.
Variables in Swift
How to define and assign variables in Swift.
Comments in Swift
Comments allow you to document code.
Constructor Reflection in Java
Constructor reflection allows you to invoke a constructor and create an instance of that class.
Method Reflection in Java
Method reflection allows you to obtain information about the method signature as well as invoke the method.
Field Reflection in Java
Field reflection allows you to obtain information such as modifiers and type as well as getting and setting the field value.