Java / Concurrent collections
What is Program counter?
Program counter (PC) register keeps track of the current instruction executing at any moment.
A program counter (PC) Register is created every time a new thread is created. PC keeps a pointer to the current statement that is being executed in its thread.
More Related questions...