Describe a thread.
What will be an ideal response?
A thread is the flow of execution of one set of program statements. When you execute a program statement by statement, from beginning to end, you are following a thread. Many applications follow a single thread; this means that at any one time, the application executes only a single program statement.
Computer Science & Information Technology
You might also like to view...
________ is when mass, unsolicited email messages are sent
Fill in the blank(s) with correct word
Computer Science & Information Technology
One way to enforce preconditions is to ____.
A. use comments B. declare them C. use inheritance D. throw an exception
Computer Science & Information Technology