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
Why collection is called framework in java?
What is jit and its use?
Name few java.lang classes introduced with java 8 ?
What is run time allocation?
Define iterator and methods in iterator?
What is bytecode in java ?
Can you call a method in a method?
What is contract between hashcode and equal method?
Why runnable interface is used in java?
Can a static class have a constructor java?
How does linkedlist work in java?
Why singleton class is used in java?
What are the differences between c++ and java?
Can you override static methods?
What is a JAR file?