I want to terminate my current Java Program's Execution as like,
System.exit(0);
while user press either one of following key-combination from key-board,
 1. Ctrl+C
 2. Ctrl+Alt+Del
I have searched a lot but nothing seems to be correct. 
if possible then please provide me a fruitful code snippet too.
thank you, :-)
