What is multi-tasking? Types?
Answer / ram nidadavolu
A multithreaded program contains two or more parts that can
run concurrently, Each part a program is called thread and
each part that defines a separate path of execution.
Thus multithreading is a specified from of multitasking .
There are two distinct types of multitasking .
Process: A Process is , in essence , a program that is
executing.
2 Process-based :is heavy weight- allows you run two or
more programs concurrently.
Eg: you can use JAVA compiler at the same time you are using
text editor.
Here a program is a small unit of code that can be
dispatched by scheduler .
Thread-based: is Light weight- A Program can perform two or
more tasks simultaneously.
Creating a thread:
Eg: A text editor can formate at the same time you can
print, as long as these two tasks are being perform separate
threads.
| Is This Answer Correct ? | 2 Yes | 0 No |
What are transaction attributes?
What if the static modifier is removed from the signature of the main method?
whats is mean by class.forName() whats the return type of class
If i learn Java, what kind of applications can i create that will help Banking, Retail, Hotel, Logistics industry.
Do I need to import javlang package any time? Why ?
What is the relationship between local interfaces and container-managed relationships?
Write a singleton program?
When a thread blocks on i/o, what state does it enter?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
whats is mean by jndi
Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");
how team leaders assign work for the team member like through papers,word document