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 |
What is java thread dump, how can we get java thread dump of a program?
What is the difference between Resultset and Rowset.
Can we assign integer value to char in java?
A abstract class extending an abstract class.Super class has both abstract and non-abstract methods.How can we implement abstract and non-abstract mehtods? Explain with snippet
How to implement a multithreaded applet?
Describe what a thread-local variable is in java?
What is a buffer in computer?
what is the difference between statis block and static variable
What is e in java?
What is the main advantage of passing argument by reference?
What are the differences between heap and stack memory in java?
How many digits can a float hold?