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
Can you declare a private method as static?
Does variable declaration allocate memory?
Explain reverse a linked list recursive java solution?
State the difference between creating string as new () and literal.
What do you mean by singleton class in java?
What are actual parameters?
Is it possible to override the main method?
Which package has light weight components in java programming?
Explain about field hiding in java?
What is bubble sort in java?
Can you change array size in java?
String class is defined under which package in java?
What are 4 pillers of object orinted programming?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
Can you explain the usages of class.forname()?