Articles by Team EasyExamNotes

Garbage Collection

GARBAGE COLLECTION   Garbage collection is the automatic process of making space in a computer’s memory by removing data that is not in use.   … Read more

Type Checking

TYPE CHECKING   Type checking is a program analysis that verifies something about the types that are used in the program. Type checking could happen … Read more

Code Inspection

CODE INSPECITONROLES: 1) AUTHOR : Person who are responsible for software development/design. And are responsible to remove bugs/error discovered by inspeciton team. 2) MODERATOR: Team … Read more