On a computer that having single CPU, how multithreading
concept can be achieved?



On a computer that having single CPU, how multithreading concept can be achieved?..

Answer / amalendra

Depending on the OS algorithm, each thread gets a specific
time slice to execute on processor. thus if one thread is
executing on the processor at that time all other thread
will be queue.
OS algorithm can be Round-Ronin, LUF...etc.

Is This Answer Correct ?    10 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

What is ioc concept?

0 Answers  


What are the methods used for inter-thread communication? and in what class these methods are defined?

2 Answers  


How to deploy Jar, War files in J2EE?

0 Answers   HCL,


what is the difference between System.out.println and out.println in java

10 Answers   CTS,


What is checkpoint? How to create checkpoints in our java projects?

1 Answers   ABC,






What is the difference between RMI and Corba?

0 Answers   Infotech,


How do you set security in applets?

1 Answers   IBM,


Explain lazy activation?

1 Answers   HCL,


How is serialization used generally ?

3 Answers  


How to add new JTabbed pane?

1 Answers  


What is servlet preinitialization?

3 Answers   iFlex,


Hi frnds ,iam new to java and j2ee ,my requirement is using java or any j2eetech how to lock an user when he enter wrong credentials(uname&password) more than 3 times.take the username and passowrd in a bean no need to conned Db kindly provide me sample application code or and ideas or links or tutorials plzzzzz urgent for me thanks in advance...

2 Answers   NSN,


Categories