Interview Question
Created by admin on Sat, 17/11/2012 - 17:47
Question:
What is a trap and trapdoor?
Language:
Answer:
Trapdoor is a secret undocumented entry point into a program used to grant access without normal methods of access authentication. A trap is a software interrupt, usually the result of an error condition.