Pergunta de entrevista da empresa Yahoo

Interviewer pasted a segment of code on collabedit and asked why after pushing a string onto a stack why the pop operation could have never been reached. He folllowed up by asked how I could assure that the pop operation would run. He also asked when you would use try catch statements

Resposta da entrevista

Sigiloso

6 de mar. de 2013

thrown exception and use a finally statement, among other things: networking