Name the types of 'priority'?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
MAX_PRIORITY
NORM_PRIORITY
MIN_PRIORITY
| Is This Answer Correct ? | 7 Yes | 0 No |
Min_Priority------------1
Max_Priority------------10
Norm-Priority-----------5
| Is This Answer Correct ? | 7 Yes | 3 No |
Can multiple catch statements be used in exceptions ?
In the below Java Program, how many objects are eligible for garbage collection?
What are the types of strings?
If a class is declared without any access modifiers, where can the class be accessed?
What is e in java?
Why singleton is not thread safe?
Which class is the immediate superclass of the Container class?
Q) I have a ArrayList object, in that object i have added 5 integer values, 5 float values, 5 string values. Now question is how can delete particular type of data ( i.e all int values or all float values or string values) in that list object at a time?
Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC
How do you compare values in java?
Write a program in java to create a doubly linked list containing n nodes.
what is overloading in java?
13 Answers Ascent, DNS, Infosys, SDA, VelTech,