Search:

Type: Posts; User: PhHein

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    1,255

    Re: Static methods and variables

    Zero, nothing, nada. If that mattered, you have other severe bottlenecks. No need to worry about that, unless you plan to deploy applications on a toaster.
  2. Replies
    8
    Views
    1,255

    Re: Static methods and variables

    static methods are often used for helper methods, that are stateless. E.g. a method that formats a Date into a String or builder methods, or whatever. Another classic case are the getInstance()...
Results 1 to 2 of 2