View Single Post
  #3 (permalink)  
Old 10-08-2008, 07:46 AM
dietgal dietgal is offline
Member
 
Join Date: Oct 2008
Posts: 19
dietgal is on a distinguished road
Basically, supposed to produce this output:

Code:
$ javac Cache.java $ java Cache LOAD 19 LOAD 21 LOAD 3 LOAD 10 LOAD 7 STOP Total time: 500ns.
But even though i've made the program compliable, it just doesn't work and i dont know where else to add things on.
Reply With Quote