Posted by: Chyne on: May 6, 2008
1. Open Dos-prompt 2. Type ‘regedit’ 3. Find the name (Ctrl + F) 4. Change the name 5. Press F3 to Find Next that match the search string
Enter your email address to subscribe to this blog and receive notifications of new posts by email.
In Java, "thread" means:
An instance of Thread is just an object that has variables and methods, and lives and dies on the heap. A thread of execution is an individual process that has its own call stack (one thread per call stack).
RSS - Posts
RSS - Comments