>>
Java has two types of system:
Alternatives such as int , boolean .. this type is accessed quickly
Reference types such as Integer, Boolean. Its access is slower
>>
The choice of type depends on the size of the application and available memory
long, double – 64 bits
>>
Alternatives variables are better to use but Java is not allowed to use them in the Genics and Reflection API
The performance of Java programs is highly dependent on the device it is running on and the compiler used
An error occurs during program execution that disrupts its normal functioning
>>
The error is transferred to the exception handler trying to find a way to complete the work and correct the error, if it does not find the program stops
>>
One of the methods used to avoid program crashes and to detect and correct errors TRY - CATCH
When we need input from the user or from file, as the simplest solution we use Scanning