Its bit wise operator ,which can be applied to the integer types, long, int, short, char, and byte. & (bitwise and) Binary AND Operator copies a bit to the result if it exists in both operands means & evaluates both sides of the operation.
Java Interview Question,Java tutorial and Java related Stuffs
Subscribe to:
Post Comments (Atom)
Find Duplicate Characters In String using Java
package com.zia.test; import java.util.HashMap; import java.util.Map; import java.util.Set; public class findDuplicateCharacter { /**...
-
public class Program { public static int getClosestToZero(int[] a) { /* Please implement this method to return the number in...
-
public class FizzBuzzProgramme { public static void main(String[] args) { boolean flag; for (int i = 1; i
No comments:
Post a Comment