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 |
how come we know the object is no more used in the class?
java is pure object-oriented programming language?why it is platform independent.
What is the function of java?
what is difference between servletconfig and servletcontext?
What is ternary operator? Give an example.
Is intellij better than eclipse?
How do you empty a list in java?
what is the difference between String s="hello"; and String s=new String("hello");?
Can a class extend more than one class?
tell me some common
How do you check if an arraylist is not empty?
Why stringbuilder is not thread safe?