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 |
If a class is declared without any access modifiers, where can the class be accessed?
Can we create object of inner class in java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
Why packages are used?
What does 0 mean in boolean?
What is immutable state?
what is platform native code
What is an object?s lock? Give name of object?s that have locks?
How many techniques can be employed to create a string object?
What is the difference between throw and throws? What is the similarity between try and throw?
What is the use of pattern in java?
What is the difference between C++ and Java and your preferences?