what is multi-tasking
Answers were Sorted based on User's Feedback
Answer / manikandan [ gtec,vellore ].
multi tasking,multiple programes can b run at a same time.
ex:we can run a mp3 player while we using another
application such as word but both application gets keep
running with out interrupt with one another
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / kasthuri.d
Multi tasking means,a user can work multiple task at the
same time with one cpu.
For ex,a user works msword,and mspaint at the same time
without interrupt.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
transaction attributes ?
Can we override tostring method in java?
What are three ways in which a thread can enter the waiting state in java programming?
what is mutual exclusion? : Java thread
How to obtain a performance profile of java program
what is the output ? Math.floor(-2.1) a)2 b)-2 c)-3.0 d)0
What is illegal identifier in java?
which class is the wait() method defined in? : Java thread
Explain java coding standards for classes or java coding conventions for classes?
How do you compare arrays in java?
what models are available for event handling?
Give us the name of the list layoutmanagers in java?