Answer Posted / p.a.v.k.prasad
Swapping the two nubers without using third variable.
int a,b;
b=a+b;
b=a-b;
a=a-b;
try it.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Which method is used to create the daemon thread?
What is lazy loading in jpa?
What is mq in java?
Is lambda functional programming?
How can you work with permissions from your .net application? : java security
What are tlds in java?
What is jpa implementation?
What about products that claim to block java applets at a firewall? : java security
What is phantom memory?
Can optional be null?
How do I know if I have jre or jdk?
How does java handle integer overflows and underflows?
What is tuple2?
What is java api?
What do you understand by numeric promotion?