can we have function for truncating the sign as like abs in
oracle.
Answer / 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 |
What is the size of arraylist in java?
What is difference between compatible and incompatible changes in serialization?
How does enum work in java?
what is prepare statement? what is calabedtarement?
What is data member in java?
How do you end a program?
What is the list interface?
How to find the largest value from the given array.
What is meant by local variable and instance variable?
What is string manipulation?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.