3
Answers

What is difference between && and &

Photo of Sandeep Kumar

Sandeep Kumar

7y
692
1
What is difference between below both if condition?
 
if(method A() && method B())
{

}
if(method A() & method B())
{

Answers (3)