What are 3 types of program errors?
Compiler errors (syntax errors).
Runtime Errors.
Logic Errors.
What’s the difference between testing and debugging?
Testing is identify any problems before software is put to use.
Debugging is locating bugs and fixing them.
What’s a static object.
A variable/function that is shared between all instances of that class.