What are the various thread priorities?

Answer Posted / kumar s

High level priorities:10

Low level priorities:1

Normal priorities:5

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do I get a duplicate name error when loading a jar file?

548


What is a clone?

576


Brief description about local interfaces?

630


Difference between loadclass and class.forname?

602


Why won’t the jvm terminate when I close all the application windows?

757






int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1371


What are the services in RMI ?

1888


What are externizable interface?

588


how do you Handle Front End Application data against DB with example?

1484


What is the difference between long.class and long.type?

571


What if the static modifier is removed from the signature of the main method?

711


What is a policy?

1778


What is the purpose of the notifyall() method?

613


What state does a thread enter when it terminates its processing?

611


What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?

576