Examines code structure, syntax, and semantics to detect issues like syntax errors, coding standards violations, security vulnerabilities, and bugs.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
Typically used later in the software development lifecycle
Static Code or Dynamic Code ?
A
Dynamic Code
Analyses runtime properties like memory usage, performance, and error handling to identify issues such as memory leaks, performance bottlenecks, and runtime errors
Involves executing the code and analysing its behaviour at runtime