Explain the difference between a computer process and thread
Explain the difference between a computer process and thread.
Expert
A single process can consist multiple of threads which share global data and address space with other threads running within the same process, and thus can operate on similar data set simply. Processes do not share address space and a various mechanism must be used when they are to share data.
When we consider running a word processing program to be a process, there then the auto-save and spell check features which occur in the background are various threads of that process that are all operating on similar data set (your document).
Explain the difference between RAM and ROM?
What is testing?
The application I am creating needs having access to functionality or an API that use needs the Nokia Vendor ID. For my application how can I have this Nokia VID?
What is the way to use XForms?
Create an applet that bounces a blue ball inside an applet using Thread. The ball (diameter is 10) will start at position (0,0). When the ball hits the edge of the applet, the ball should bounce off the edge at a randomly selected angle between 20 and 60 d
How can I check while a web page contains exact text?
Explain the way to write the opening tag of an XHTML element.
Static method: The static method (also termed as a class method) is one with static reserved word in its header. The static methods vary from all other methods in that they are not related with any specific instance of the class to which they fit in.
List the new features that are included in Microsoft AJAX library?
Explain the benefits of distributed systems.
18,76,764
1948098 Asked
3,689
Active Tutors
1422947
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!