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
Why main method is static in java?
What are locale settings?
Is class is a data type?
When should I use stringbuffer?
Can It is possible to synchronize the constructor of a Java Class?
Why is static used?
What is the difference between declaration and definition in java?
How do you declare a string variable?
What is matcher in java?
What is the purpose of the strictfp keyword?
What is the difference between an inner class and a sub-class?
How many static init can you have?
What is a variable analysis?
What is the requirement of thread in java?
What one should take care of, while serializing the object?