3
Answers

What is difference between && and &

Sandeep Kumar

Sandeep Kumar

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

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

Answers (3)