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 { /**...
-
What is the difference between Database and Database management system? Database is a collection of interrelated data. Database management ...
-
Q- Difference Between Serialization and Externalizable interface? Serialization is Marker interface which doesnt contains any method.The i...
No comments:
Post a Comment