What is left shift and right shift?
Answer / balamurugan
This operators are quite near to the machine. Any
processors (I know) have
a binary shift operation. The integer is internally known
as a binary
number to the processor. In fact an integer fills exactly
one register of
your processor. This register is shifted left by << and
right by >> the
many bits you want.
| Is This Answer Correct ? | 3 Yes | 0 No |
Integer.parse Int(bf.readLine(System.out.println("enter value for n["+m+"]:"))); can it run under this
what is struts-config-xml?and its use?
What is bufferedwriter?
What is the return type of the main method?
What is the method used to get the absolute value of a number?
Does java support multi dimensional arrays ?
What is a function in java?
What is difference between path and classpath?
Can we add two byte variables and assign the result to a byte variable ? b=b1+b2 where b,b1,b2 are byte types
What is the difference between stringbuffer and stringbuilder class?
Can I learn java without any programming experience?
What is the use of protected in java?