I am putting some common and not so common Interview questions here (Only related to core Java). This is going to be a great effort, to compile and write list of questions, so allow me to take my time.
I will initially add only questions, and as and when i get some time, I will also put answers. However, others are welcome to add answers. Needless to say, correct me if i go off the track.
This is going to be an ongoing effort and I promise to make this list bigger and as relevant as possible. This is going to be a fun...
Difference between Interface and Abstract class.
here goes the answer
What is autoboxing.
What is the difference between wait and sleep.
Explain valoatile modifier. How is it different to synchronize keyword?
Explain final, finally and finalize.
Whats the difference between yield , wait and sleep?