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 |
what are the activation groupworks?
What is ripple effect?
Explain the steps in details to load the server object dynamically?
Name the method to find, if a thread is active or not?
What is runnable?
what are RemoteObjects?
Is the infobus client side only?
java is fully object oriented languages or not? why?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
How many times may an objects finalize() method be invoked by the garbage collector?
Name the eight primitive java types.
Why do threads block on i/o?