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 == in java?
Is main is a keyword?
What is final keyword in java? Give an example.
What class allows you to read objects directly from a stream in java programming?
Explain about varargs in java?
What is arguments in java?
Define canvas?
Explain covariant method overriding in java.
Which method must be implemented by all threads?
What are the types of strings?
What is the difference between hashmap and hashtable? What is an interface?
How do I get 64 bit java?
What is the difference between heap memory and stack memory?
How would you convert bytes to string?
How does compareto work in java?