Lost Password?

Go Back   CodeCall Programming Forum > Software Development > Tutorials > Java Tutorials

Vote on your favorite hash algorithm here!

Java Tutorials Tutorials and Code for Java

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-09-2006, 10:05 AM
John's Avatar   
John John is online now
Co-Administrator
 
Join Date: Jul 2006
Age: 20
Posts: 3,241
Last Blog:
Passwords
Credits: 891
Rep Power: 20
John has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud of
Send a message via AIM to John Send a message via MSN to John
Default Java:Reference - Operators

Arithmetic Operators
Code:
[+]      addition operator (also used for concatenation – see later tutorial)
[-]      subtraction operator[*]      multiplication operator
[/]      division operator
[%]     modulus operator (used to find the remainder)
[=]     assignment operator (NOT “equal to”)

Logical Operators


Code:
[==]  equal to operator
[<]    less than operator
[>]    greater than operator
[<=]  less than or equal to operator
[>=]  greater than or equal to operator
[!= ]  not equal to
[!]     negates a Boolean value
Bitwise Operators
Code:
[&]   AND operator
[|]   (pipe) exclusive OR operator
[^]   inclusive OR operator
Pre and Post Operators (seen in loops)
Code:
[++]   auto increment operator 
[--]    auto decrement operator
Conditional Operators
Code:
[&&]   AND
[||]    OR
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Java:Reference - Proper Comments John Java Tutorials 5 02-04-2007 09:53 PM
Operators clookid PHP Tutorials 1 01-11-2007 08:35 PM
Operators (increment and decrement) Sionofdarkness Java Help 3 07-29-2006 12:08 PM


All times are GMT -5. The time now is 08:53 PM.

Contest Stats

Xav ........ 1357.94
MeTh0Dz|Reb0rn ........ 1075.89
WingedPanther ........ 919.18
marwex89 ........ 906.86
morefood2001 ........ 900.18
John ........ 890.77
Brandon W ........ 770.65
chili5 ........ 312.39
Steve.L ........ 264.99
dcs ........ 232.34

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 83%

Ads