+ 1
Write and define the properties of objects.
2 Answers
+ 5
Your question is incomplete
I think this is what you need đđ¤
https://goo.gl/search/Java+priorities+
JAVA Thread Scheduling - LASS All Java threads have a priority in the range 1-10. Whenever a new Java thread is created it has the same priority as the thread which created it. Thread priority can be changed by the setpriority() method. Every object in Java has a single lock associated with it.
+ 1
Elaboration on your question please?