Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    5
    Views
    985

    Re: Methods vs Functions in Java

    Also posted at: https://coderanch.com/t/775919/java/Methods-Functions-Java

    Please read this: http://www.javaprogrammingforums.com/cafe/6776-problems-cross-posting.html
  2. Replies
    5
    Views
    985

    Re: Methods vs Functions in Java

    About what?
  3. Replies
    5
    Views
    985

    Re: Methods vs Functions in Java

    I think java has methods and C has functions.
    Basically they are the same thing.

    A method's code is included in the class file.
    It is possible that a compiler can optimize a method into inline...
Results 1 to 3 of 3