take an array with -ve and +ve value both.find out the
nearest value of 0(zero).if two values are same like(-2 and
+2)then extract +2 is nearest of 0(zero).
No Answer is Posted For this Question
Be the First to Post Answer
How many types of parsers are there?
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
What is the purpose of main function in java?
Define jit compiler?
What is anti pattern in java?
Why Over riding is Run Time Polymorphism?
What is a qms manual?
They had given one progam final HashMap hm=new HashMap(); public void show() { hm.put("name",value); } in this prg here the final hashtable value can be changed in put method,its the prg run?
what is stringtolennizer with example?
1) There are 10 different threads in runnable state. Each having priority 1 to 10. How does the CPU schedules or executes these threads?
What is a parameter in matrices?
How would you use Bubble Sort to sort the number of elements?