What are locale settings?
Why should we use singleton pattern instead of static class?
Differences between C and Java?
What are the three types of design patterns?
What is ctrl m character?
What is the base class in java from which all classes are derived?
What is treeset and treemap in java?
What is get () in java?
Can we override a variable in java?
Can we create constructor in abstract class ?
What is the use of using enum to declare a constant?
What is treemap in java?
Write a program to check for a prime number in java?
Why object class is super class for every class in java?
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).