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 |
Do you think that java should have had pointers?
how java is os independent language ?
What is the difference between RMI and Corba?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
Describe responsibilities of Activator?
which is the better collection class if the requirement is only displaying the data
What is the name of the state, when a thread is executing?
What is mdb and what is the special feature of that?
I wantr to know, How many number of users logged in to website? can any one answer
Is the session factory thread safe?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
Connection Pooling with different type of databases?