What is thread?
Submitted by: AdministratorThe basic unit of program execution. A process can have several threads running concurrently, each performing a different job, such as waiting for events or performing a time-consuming job that the program doesn't need to complete before going on. When a thread has finished its job, the thread is suspended or destroyed. See also process.
Submitted by: Administrator
Submitted by: Administrator
Read Online J2SE Job Interview Questions And Answers
Top J2SE Questions
☺ | What is thin client? |
☺ | What is JNDI? |
☺ | What is subarray? |
☺ | What is delegation? |
☺ | What is thread? |
Top Java Programming Language Categories
☺ | Core Java Interview Questions. |
☺ | Hibernate Interview Questions. |
☺ | Advanced Java Interview Questions. |
☺ | IBM WebSphere Interview Questions. |
☺ | Spring Framework Interview Questions. |