Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Name the types of 'priority'?

Answers were Sorted based on User's Feedback



Name the types of 'priority'?..

Answer / ravikiran(aptech mumbai)

MAX_PRIORITY
NORM_PRIORITY
MIN_PRIORITY

Is This Answer Correct ?    7 Yes 0 No

Name the types of 'priority'?..

Answer / niranjanravi

Min_Priority------------1
Max_Priority------------10
Norm-Priority-----------5

Is This Answer Correct ?    7 Yes 3 No

Post New Answer

More Core Java Interview Questions

What does isempty () do in java?

0 Answers  


What is javac_g?

0 Answers  


Can we catch more than one exception in single catch block?

0 Answers  


Every class extends object but why it is not possible for every object to invoke clone() method. ideally protected methods should be accessible from sub classes. isn't it?

2 Answers  


Program to find greatest prime number in n numbers?

3 Answers   Huawei,


What is meant by local variable and instance variable?

0 Answers  


Write a java program to count the number of words present in a string?

0 Answers  


What is continuity of a function?

0 Answers  


How can a gui component handle its own events in java programming?

0 Answers  


interface X{ void m1(); void m2(); } class Child2 extends Object implements X { public void m1(){ System.out.println("Child2 M1"); } public void m2(){ System.out.println("Child2 M2"); } } public class ParentChildInfterfaceDemo { public static void main(String[] args){ X x = new Child2(); X x1 = new Child2(); x.m1(); x.m2(); x.equals(x1); } } Will the above code work? If yes? Can you please explain why the code x.equals(x1) will work as the equals method is called on interface reference vaiable?

2 Answers  


Explain methods specific to list interface?

0 Answers  


if num=687; U have to get num=6+8+7;

4 Answers   CMC,


Categories