Answer Posted / niranjanravi
Min_Priority------------1
Max_Priority------------10
Norm-Priority-----------5
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is a locale?
What is the largest long allowed by java?
What are some alternatives to inheritance?
What are the differences between include directive and include action?
What do you understand by a Static Variable?
What are the loops in java?
Can we override static methods in java?
Can memory leak in java?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What do you mean by static variable?
What are sets in java?
Does chrome use java?
Describe what happens when an object is created in java ?
What are static initalizers in java ?
extending thread class or implementing runnable interface. Which is better? : Java thread