can we add two numbers without using arthematic operators?
if possible how?
Answer Posted / satya
Hi we can add two number with out using arithemaic
operators.
just give
int a = 10;
int b = 5;
System.out.println("sum of a and b is :: "+(a|b))
| Is This Answer Correct ? | 10 Yes | 21 No |
Post New Answer View All Answers
What is an interface in java?
What is an immutable class? How to create an immutable class?
What is argument in java?
What is parsing in java?
Can we instantiate interface in java?
What is string buffer?
What are the different types of garbage collectors in java?
How to stop a thread in java? Explain about sleep () method in a thread?
What is a singleton puppy?
What happens if we override only equals?
What is the major difference between linkedlist and arraylist?
What is this () in java?
What is function overriding and overloading in java?
why not override thread to make a runnable? : Java thread
Why chararray() is preferred over string to store the password?