what is multi-tasking
Answer Posted / 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 |
Post New Answer View All Answers
When super keyword is used?
Is Constructor possible in abstract class in java ?
Can you declare an interface method static?
What are the common uses of "this" keyword in java ?
How many days will it take to learn java?
What is the reflection?
Does java initialize arrays to zero?
Does java list allow null?
What is method overloading in JAVA? Why is it not present in C ?
What is the method to expand and collapse nodes in a jtree?
For class CFoo { }; what default methods will the compiler generate for you>?
what is the difference between thread and runnable types? : Java thread
How do you sort in java?
What function extracts specified characters from a string?
Is a method a procedure?