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
Write a program to calculate factorial in java?
How do you write a scanner class in java?
What are the important features of Java 8 release?
What is the file extension for java?
Explain all java features with real time examples
How does arraylist work in java?
Explain, java is compatible with all servers but not all browsers?
What do you mean by order of precedence and associativity?
Implement two stacks using a single array.
Is linkedlist thread safe in java?
Is singleton a bad practice?
What is boolean flag in java?
What are the two ways in which thread can be created?
Explain the use of shift operator in java. Can you give some examples?
What is final method in java?