Static Vs. Private

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • curnicha
    New Member
    • Oct 2007
    • 2

    #1

    Static Vs. Private

    It's been a while since I got down and dirty with some fashioned Java code....

    I am wondering what's the difference between a static and a private method and when to use one another i.e.:

    1) private static method(),
    2) private method(),
    3) static method()

    -Joe
Working...