| |
GeekInterview.com > Tech FAQs > OOPS
| Print | |
Question: Priority Level
Answer: What do you mean by priority level in features of OOPS? |
| April 04, 2009 03:55:16 |
#1 |
| kenpachi |
Member Since: April 2009 Total Comments: 1 |
RE: Priority Level |
There are three priority levels for a thread i.e which thread has to access the resource first or second when two or more thread try to access the same resource at same time. max_priority 10 norm_priority 5 (default) min_priority 1
Priority level can vary from 1 to 10 |
| |
Back To Question | |