Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is Task?
What is Task?
✍: Guest
Whenever you execute a program, the operating system creates a new task for it. The task is like an envelope for the program: it identifies the program with a task number and attaches other bookkeeping information to it.
2014-11-03, 1930👍, 0💬
Popular Posts:
What is the concept of XPOINTER? XPOINTER is used to locate data within XML document. XPOINTER can p...
Advantages of a macro over a function? Macro gets to see the Compilation environment, so it can expa...
An application needs to load a library before it starts to run, how to code? One option is to use a ...
What is the main difference between a Vector and an ArrayList? Java Vector class is internally synch...
What will be printed as the result of the operation below: main() { int x=5; printf("%d,%d,%d\n",x,x. ..