Thread: Java Operations - By Java programming language and Verified

Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1 Java Operations - By Java programming language and Verified 
    Interfacing with your sister

    Streax's Avatar
    Join Date
    Jun 2009
    Posts
    2,311
    Thanks given
    782
    Thanks received
    175
    Rep Power
    229
    This is A Helping thread For java.com's Java Operations While using Java's Programming language.


    To those that might think i may leech

    I am not.


    And idc about leechers leeching my thread and editing it up a bit


    But im Sure this guide will help you with Java.com's Java Operation's


    Simple Assignment Operator
    Code:
    =       Simple assignment operator

    Arithmetic Operators
    Code:
    +       Additive operator (also used for String concatenation)
    -       Subtraction operator
    *       Multiplication operator
    /       Division operator
    %       Remainder operator


    simple as that adds, subtracts, etc.

    Unary Operators
    Code:
    +       Unary plus operator; indicates positive value (numbers are positive without this, however)
    -       Unary minus operator; negates an expression
    ++      Increment operator; increments a value by 1
    --      Decrement operator; decrements a value by 1
    !       Logical compliment operator; inverts the value of a boolean

    Code:
    Vocab definitions of hard words!
    
    incrementing:   something added or gained; addition; increase. pretty much "increasing"

    Code:
    decrementing: the act or process of decreasing; gradual reduction. pretty much "decreasing"
    Summary of Operators


    Equality and Relational Operators
    Code:
    ==      Equal to
    !=      Not equal to
    >       Greater than
    >=      Greater than or equal to
    <       Less than
    <=      Less than or equal to


    When you see:
    Code:
     != null;
    doesn't equal to null.

    Conditional Operators
    Code:
    &&      Conditional-AND
    ||      Conditional-OR
    ?:      Ternary (shorthand for if-then-else statement)


    Bitwise and Bit Shift Operators
    Code:
    ~            Unary bitwise complement
    <<          Signed left shift
    >>          Signed right shift
    >>>        Unsigned right shift
    &            Bitwise AND
    ^            Bitwise exclusive OR
    |             Bitwise inclusive OR


    Well I hope I helped you And Most Credits go to Java.com and their Programming language.


    And Like 1 credit to me (Verified)


    Thanks,
    Verified


    EDIT:

    have some info:

    Im going to use fake methods in this.


    They can be used in java in lots of ways

    if (playerFall == 2) {

    The operators using == 2,



    means that you need to have ur playerFall as 2 to use the the void, method, etc.

    Now:

    if (playerFall != 2) {

    means if u dont have ur playerFall set to 2, you can use this method, void, etc.

    Now:

    if (playerFall >= 1) {

    means if your playerFall is greater or equal, you can use the void, method, etc.


    Now:

    if (playerFall > 1) {

    means if your playerFall is greater than 2, you could use the method, void, etc.

    Now:

    if (playerFall < 2) {



    Now:

    if (playerFall <= 2) {

    mean if your playerFall is less than equal to 2 , you can use the void, method, etc what ever ur using like commands.

    Ok thats ity for now and ima edit it soon so be patient!
    Reply With Quote  
     

  2. #2  
    Interfacing with your sister

    Streax's Avatar
    Join Date
    Jun 2009
    Posts
    2,311
    Thanks given
    782
    Thanks received
    175
    Rep Power
    229
    *reserved*

    no-one gets first post
    Reply With Quote  
     

  3. #3  
    Interfacing with your sister

    Streax's Avatar
    Join Date
    Jun 2009
    Posts
    2,311
    Thanks given
    782
    Thanks received
    175
    Rep Power
    229
    7 Views no reply's

    Well can we Start posting?

    Yes we can!
    Reply With Quote  
     

  4. #4  
    Registered Member
    G0nzo's Avatar
    Join Date
    Feb 2009
    Posts
    4,961
    Thanks given
    514
    Thanks received
    546
    Rep Power
    1735
    kool, although u might wanna go more idepth as most people here no all these.

    maybe give examples or were to use
    Computer Science Graduate, Java Expert
    Need help with something? PM me
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Interfacing with your sister

    Streax's Avatar
    Join Date
    Jun 2009
    Posts
    2,311
    Thanks given
    782
    Thanks received
    175
    Rep Power
    229
    ill try to see what i can do in showing what to use them with thanks
    Reply With Quote  
     

  7. #6  
    Community Veteran


    Join Date
    Jan 2008
    Posts
    2,664
    Thanks given
    493
    Thanks received
    627
    Rep Power
    980
    This is pretty much a copy and paste. You could've given examples at least.
    ~iKilem
    Reply With Quote  
     

  8. #7  
    Interfacing with your sister

    Streax's Avatar
    Join Date
    Jun 2009
    Posts
    2,311
    Thanks given
    782
    Thanks received
    175
    Rep Power
    229
    Basically your trolling


    coz i did not copy and paste

    I took the codes from the java files of a server

    then i took the definitions from java.com and written them down onto the thread



    and i said im going to give examples when i make an example codes
    Reply With Quote  
     

  9. #8  
    Renown Programmer
    veer's Avatar
    Join Date
    Nov 2007
    Posts
    3,747
    Thanks given
    354
    Thanks received
    1,368
    Rep Power
    3032
    yeah m8 thanks for this u inspire me to code rep++
    Reply With Quote  
     

  10. Thankful users:


  11. #9  
    Interfacing with your sister

    Streax's Avatar
    Join Date
    Jun 2009
    Posts
    2,311
    Thanks given
    782
    Thanks received
    175
    Rep Power
    229
    thanks
    Reply With Quote  
     

  12. #10  
    Hi.

    'Mystic Flow's Avatar
    Join Date
    Nov 2007
    Posts
    7,141
    Thanks given
    256
    Thanks received
    1,247
    Rep Power
    3636
    Thanks always wanted to know what the rest of the operators did

    [Only registered and activated users can see links. ]

    Reply With Quote  
     

  13. Thankful user:


Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

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