Posts Tagged ‘interview’

Sample Java interview questions

Thursday, October 21st, 2010

  • Explain final, finally and finalize
  • Explain volatile
  • Difference between ArrayList and LinkedList and why/where would you use each
  • Difference between checked and unchecked expections
  • JVM – what do arguments Xms, Xmx indicate
  • Try/Catch/Finally – do you always need Catch?
  • Explain a deadlock
  • Name a design pattern, explain when you would use it
  • Why do you use Design Patterns?
  • Explain Inversion of Control, what advantages does it give you?

Tags: ,
Posted in Misc | No Comments »