without using arthematic operation ,how can you write the
logic for adding/substraction/multiplication?
Answer Posted / sumalatha
By using bitwise operators, we can implement addition,
subtraction and multiplication operations.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the preferred size of a component in java programming?
What is the method overriding?
What is variable explain?
How to sort array in descending order in java?
What is ternary operator?
What is the use of private static?
what is nested class in java?
What does arrays sort do in java?
Can we create object of static class?
How to display arraylist values in java?
What do you mean by constructor?
how can you take care of mutual exclusion using java threads? : Java thread
Which class is the superclass of all classes?
How to reverse a string in java?
Can you declare an interface method static?