Results 1 to 2 of 2

Thread: how do you make java programs faster?

  1. #1

    Thread Starter
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111

    how do you make java programs faster?

    Does anyone know how you can make a java program compile and run quicker? Does it have anything to do with the primative types you use?

  2. #2
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    I think the speed at which a program executes depends on what kind of program it is. Of course anything io or network bound is going to run much slower. Execution speed it also dependent on the interpreter used.

Posting Permissions

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



Click Here to Expand Forum to Full Width