Sandeep Kumar

Sandeep Kumar

  • 356
  • 4.4k
  • 1m

What is difference between && and &

Mar 1 2018 4:59 AM
What is difference between below both if condition?
 
if(method A() && method B())
{

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


Answers (3)