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 static block?
Does importing a package imports its sub-packages as well in java?
Is java an open source?
Can we extend immutable class?
What is string example?
Can we serialize static variables in java?
What are the basic interfaces of java collections framework?
What an i/o filter in java programming?
What is classes in java?
Explain how to force the garbage collection in java.
Explain about anonymous inner classes ?
What is a condition in java?
What are 5 boolean operators?
How do you sort arraylist in descending order?
Explain wait(), notify() and notifyall() methods of object class ?