Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Spring Boot in Practice
this week in the
Spring
forum!
badal manuj
Greenhorn
+ Follow
3
Posts
1
Threads
0
Cows
since Aug 30, 2001
Merit Badge info
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
Ranch Hand Scavenger Hunt
Number Posts (3/100)
Number Threads Started (1/100)
Number Cows Received (0/5)
Number Likes Received (0/10)
Number Likes Granted (0/20)
Set bumper stickers in profile (0/3)
Report a post to the moderators (0/1)
Edit a wiki page (0/1)
Create a post with an image (0/2)
Greenhorn Scavenger Hunt
First Post
Number Posts (3/10)
Number Threads Started (1/10)
Number Likes Received (0/3)
Number Likes Granted (0/3)
Set bumper stickers in profile (0/1)
Set signature in profile
Search for a post/thread (0/3)
Set a watch on a thread
Save thread as a bookmark
Create a post with an image (0/1)
Recent posts by badal manuj
static inner class!
On jdk 1.2 I too got the same error as Ashok and now Iam also confused.
show more
20 years ago
Programmer Certification (OCPJP)
Right Shift and Left shift operators
Thanks Usha,
That helped me a lot.
show more
20 years ago
Programmer Certification (OCPJP)
Right Shift and Left shift operators
Can someone tell me an eay way of doing the right shift and left shift operations on ints and bytes ? (>>, << and >>>)
For example, if i want to calculate
279 >> 3 or -53 >>> 2
Is there a simpler way of doing it ?
Thanks.
show more
20 years ago
Programmer Certification (OCPJP)