Hi JavaExperts
I have done few program in Java using Bit wise AND OR operator... But Not getting the proper output or May be I am doing something wrong
Can any body explain why I am getting output
class Bit
{
public static void main(String args[])
{
System.out.println(010|4);
}
}
12 for the following code ,but how? plz. explain