Threads in JAVA
- by theband
I was today asked in an interview over the Thread concepts in JAVA? The Questions were...
What is a thread?
Why do we go for threading?
A real time example over the threads.
Can we create threads in Spring framework service class.
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.