what is the difference between multitasking and
multithreading?

Answer Posted / geetha krishna

MULTITASKING:
multitasking ,in an operating system is
allowing user to perform more than one computer task at a
time.
MULTITHREADING:
the ability of an operating system to execute
different parts of the program called
threads,simultaneously.the programmer must carefully design
the program in such a way that all the threads can run at
the sametime without interfering with each other.

Is This Answer Correct ?    33 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is a string literal?

517


What is prefix of a string?

563


Can you declare the main method as final?

519


What is the range of a character variable?

537


What happens when main () method is declared as private?

646






What is unicode datatype?

521


What is method overriding in java ?

649


Why java is call by value?

542


What is an image buffer?

531


What is memory leak and how does java handle it?

513


Does java have a compiler?

551


How is hashset defined in java?

517


What is the char data type?

514


What is difference between jdk,jre and jvm?

557


Write a program to print all permutations of string?

671