Threads in JAVA

Posted by theband on Stack Overflow See other posts from Stack Overflow or by theband
Published on 2010-05-19T12:14:06Z Indexed on 2010/05/19 12:20 UTC
Read the original article Hit count: 136

Filed under:

I was today asked in an interview over the Thread concepts in JAVA? The Questions were...

  1. What is a thread?
  2. Why do we go for threading?
  3. A real time example over the threads.
  4. Can we create threads in Spring framework service class.
  5. Can flex call a thread?

I did not answer any questions apart from definition of Thread, that too i just learnt from internet.

Can anyone explain me clearly over this.

© Stack Overflow or respective owner

Related posts about java