File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Threads and Synchronization and the fly likes Multithreading Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "Multithreading" Watch "Multithreading" New topic
Author

Multithreading

dash
Greenhorn

Joined: Feb 26, 2002
Posts: 1
Can we have a multithreading O/S in a system with one PC(Program Counter)and one register set ?
Plz anyone send me the reply .
Thanx in advance
Regards
dash
Rob Ross
Bartender

Joined: Jan 07, 2002
Posts: 2205
Of course you can! Most personal computers do that very thing. The CPU is shared among all the threads/processes on the machines, so they each get a turn to run. The net effect is that the system "seems" to be doing many things at the same time.


Rob
SCJP 1.4
Peter den Haan
author
Ranch Hand

Joined: Apr 20, 2000
Posts: 3252
"Dash", please take a look at our naming policy and pick a different displayed name.
Just keeping up appearances
- Peter
 
IntelliJ Java IDE
 
subject: Multithreading
 
Threads others viewed
Which part of Java is sexy for you?
multithreading in servlet
synchronized() in HttpServlet
What exactly is extreme MultiThreading?
Thread
MyEclipse, The Clear Choice