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 meant by class?
What are inbuilt functions in java?
What is advantage of java?
What is unmodifiable list in java?
What is the difference between compiler and jvm?
What are the types of java languages?
What is parse method?
what are Hostile Applets?
Differentiate between vector and array list.
What is array sorting in java?
Why is a string immutable?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
How does hashset works in java?
Explain importance of inheritance in java?
What is the byte range?