what is multi-tasking
Answer Posted / nishant lokhande
Multi tasking means No of tasks are running simultaniously.
In java multitasking is possible. To use multitasking there
are two methos
a> To extends Thread class
b> To implement Runnable interface.
In java it is possible to creat no of thread for multiple
application
Methods in Thread class is,
start() :- it is used to create a new thread and to
execute a run method that is defined in this thread class.
run() :- this method is invoked after start() method.
this methos is present in Thread class but we shoult
override it.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is collection sort in java?
What is numeric data type?
What are pass by reference and pass by value?
When can we say that threads are not lightweight process in java?
How many bytes is double?
How to sort list of list in java?
What is object class in java?
How variables are stored in memory?
Are registers volatile?
Convert a BST into a DLL and DLL to BST in place.
What is unicode in java?
What is difference between string and stringbuffer?
Explain the term virtual machine?
What is fundamental datatype?
What is the original name of java?