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 many techniques can be employed to create a string object?
class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?
What are controls and their different types in awt?
can we take more than one null values for Unique constraints.
Explain difference between final, finally and finalize?
What are java packages?
Can we overload final method in java?
Define how destructors are defined in java?
How many bits is a word?
How static variable work in java?
How would you use Bubble Sort to sort the number of elements?
How many types of java are there?