How to change the priority of thread or how to set priority of thread?
Answer / Furkan Ahmad
The priority of a thread can be changed using the setPriority() method. The higher the priority, the more CPU time it will get. The priority is an integer value between MIN_PRIORITY (1) and MAX_PRIORITY (10).
| Is This Answer Correct ? | 0 Yes | 0 No |
why the equals method can be override?when we override the equals method?
What enableEvents() method do?
What is unicode?
What is java full form?
"We cannot create an object of interface but we can create a variable of it". Discuss the statement with the help of an example. (Plz help us to provide immediately.)
What is java abstraction with example?
What is a boolean expression in java?
What is java and why do we need it? Explain
what is default constructor and parameterised constructor with example?
Can static method access instance variables ?
What Is Resource Leak?
whats the life cycle of jsp