Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Beginning Java
Search Coderanch
Advance search
Google search
Register / Login
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:
Tim Cooke
Campbell Ritchie
Ron McLeod
Junilu Lacar
Liutauras Vilda
Sheriffs:
Paul Clapham
Jeanne Boyarsky
Henry Wong
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Piet Souris
Carey Brown
Bartenders:
Jesse Duncan
Frits Walraven
Mikalai Zaikin
Forum:
Beginning Java
Shift operators
Dinesh Tahiliani
Ranch Hand
Posts: 486
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
question : char c=1, bytes b=1, int i=1
string
s=1
options are:
1.s=i<<b
2.s=b>>i
3.s=b*b
[ August 06, 2007: Message edited by: dinesh tahiliani ]
Thanks<br />Dinesh
Ulf Dittmer
Rancher
Posts: 43028
76
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
OK. Do you have a question about this?
Jesper de Jong
Java Cowboy
Posts: 16084
88
I like...
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
If your question is whether these three lines work or what the result is, then you can find the answer very quickly by writing a small program and compiling and running it.
Jesper's Blog
-
Pluralsight Author Page
Don't get me started about those stupid
light bulbs
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Can someone help me with a regular expression?
Need help with regular expression
Can Not Compile - Help!
Casting question
Newbie wrestles with scope and includes
More...