aspose file tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes Unary opearator... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "Unary opearator..." Watch "Unary opearator..." New topic
Author

Unary opearator...

banu saro
Greenhorn

Joined: Jul 12, 2005
Posts: 3
What is the output of following code and could some one explain me how it is.
int x = 1;
int y = ~x + 1;
System.out.println(y);

How does ~x works?
Barry Gaunt
Ranch Hand

Joined: Aug 03, 2002
Posts: 7729
Moving to Java In General (Beginner)...


Ask a Meaningful Question and HowToAskQuestionsOnJavaRanch
Getting someone to think and try something out is much more useful than just telling them the answer.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Unary opearator...
 
Similar Threads
Operator precedence
Unary opearator...
Another Puzzle
char
Rounding up function