Java Operator Priority As I remember

Java programming topics
Post Reply
User avatar
Nipuna
Moderator
Moderator
Posts: 2729
Joined: Mon Jan 04, 2010 8:02 pm
Location: Deraniyagala,SRI LANKA

Java Operator Priority As I remember

Post by Nipuna » Wed May 18, 2011 8:46 am

Java Operator Priority As I remember

I Made a Way to Remember Java operators. Here is My Way.

I A B C B L C A Those are the Short way of remembering. Then I add more words to them as below.

Increment operator (++ -- !)
Arithmetic Operator (* / % + -)
Bit-wise Shift Operator
Comparison Operator
Bit-wise Operator
Logical Operator
Conditional Operator (?:)
Assignment Operator (=)

Priority is Top to Bottom.

Here is the Complete Listing. The above way is my way of Remembering. When I re-memorize them I add more Symbols Between those Sentences.

[The extension swf has been deactivated and can no longer be displayed.]

I got this Flash file from VLE of BIT



Thanks
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Re: Java Operator Priority As I remember

Post by Neo » Thu May 19, 2011 11:42 am

Very good. It seems you are learning the concepts well. That's the way. Keep it up!
User avatar
Nipuna
Moderator
Moderator
Posts: 2729
Joined: Mon Jan 04, 2010 8:02 pm
Location: Deraniyagala,SRI LANKA

Re: Java Operator Priority As I remember

Post by Nipuna » Thu May 19, 2011 11:57 am

Thanks Friend. You are Always Giving Me Kicks :)
223009-Royalty-Free-RF-Clipart-Illustration-Of-A-3d-Teeny-Person-Kicking-Someone-In-The-Butt.jpg
223009-Royalty-Free-RF-Clipart-Illustration-Of-A-3d-Teeny-Person-Kicking-Someone-In-The-Butt.jpg (35.22 KiB) Viewed 3408 times
Post Reply

Return to “Java Programming”