• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Pease Explain bitwise &bitshift Operators.

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am "new" in Programming line please explain the follwing things:
a : & Vs |
b : ~ Vs !
C : >> Vs >>>
d : >> Vs <<
 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi...
You may want to checkout this link
http://java.sun.com/docs/books/tutorial/java/nutsandbolts/opsummary.html
 
Sheriff
Posts: 3341
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, my personnal favorite is Cat and Mouse Game with bits but then, I'm biased

------------------
I Hope This Helps
Carl Trusiak, SCJP2
 
Ranch Hand
Posts: 2676
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Carl Trusiak:
Well, my personnal favorite is Cat and Mouse Game with bits but then, I'm biased


I'm not biased and I agree.
Matthew Phillips

 
Ranch Hand
Posts: 3244
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here are a couple of other links to bit shifting threads:
bit shifting
2�s compliment
hope they help, or if you have a specific question post that here...
------------------
Dave
Sun Certified Programmer for the Java� 2 Platform

Links show up better if you use the [ url][ /url] tags instead of < a href> tags. - Marilyn
[This message has been edited by Marilyn deQueiroz (edited October 10, 2001).]
reply
    Bookmark Topic Watch Topic
  • New Topic