what is multi-tasking

Answers were Sorted based on User's Feedback



what is multi-tasking..

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

what is multi-tasking..

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

what is multi-tasking..

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

Post New Answer

More Core Java Interview Questions

how tha garbage collector know that the object will be deleted? on which algorithm the garbage collector works? what is the working principle of garbage collector? How manay types of garbage collectors r there?

1 Answers   HP, SparkTG,


What is the purpose of finalization in java programming?

0 Answers  


How do you declare an empty string?

0 Answers  


What do you mean by stream pipelining in java 8?

0 Answers  


how we can make a write-only class in java?

0 Answers  






How do you compare two strings lexicographically?

0 Answers  


When should a function throw an exception?

0 Answers   Thomson Reuters, Virtusa,


What is the final keyword denotes?

0 Answers  


What is byte value?

0 Answers  


How to overcome the exception object reference not set to an instance of object?

0 Answers   Wipro,


What is design pattern and there types?

2 Answers   Cap Gemini,


What is a protected void?

0 Answers  


Categories