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 the this keyword?
Explain covariant method overriding in java.
How thread scheduler schedule the task?
Can we create object of static class?
Is string pool garbage collected?
How many types of literals are there in JAVA?
When does an object becomes eligible for garbage collection in java?
What is string builder?
What are methods in java?
Does java set allow duplicates?
What exactly is java?
What classes of exceptions may be caught by a catch clause in java programming?
What’s the difference between the methods sleep() and wait()?
Is alive method in java?
What is array class in java?