can we have function for truncating the sign as like abs in
oracle.
Answer Posted / deevan
abs(int) in java.lang.Math method would support as in
oracle. It supports for other datatypes like float,double
and long.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a parameter example?
What is sorting in java?
Explain listiterator and methods in listiterator?
Explain about join() method?
What is the purpose of an interface?
Explain notifyall() method of object class ?
Does sprintf add a null terminator?
What are the features of junit?
Are arrays dynamic in java?
Write a java program to check if a number is prime or not?
What is a platform?
Can we override private constructor in java?
Can private members of a base class are inheritable justify?
Does java arraylist maintain insertion order?
What are different types of inner classes ?