Java : Related to Process

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PandurangPatil
    New Member
    • Mar 2007
    • 1

    #1

    Java : Related to Process

    Can any one tell m why we r using destory(),exit( ),halt() methods
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Originally posted by PandurangPatil
    Can any one tell m why we r using destory(),exit( ),halt() methods
    Destroy frees up memeory, and as far as I can tell, exit and halt do relatively the same thing.

    Comment

    Working...