Newbie has simple question1037 (5/2/2012 12:10:49 PM) comp.lang.java.programmer I wrote a loop that reads a text file (NVRAM.TXT) and stores it in a big character array and prints it out. It works fine. Just for the heck of it I tried to break it into two files: one that does the readin... king621(22)
Caching with timed expiry928 (5/8/2012 9:48:48 PM) comp.lang.java.programmer Hello there, does anyone of a cache / map implementation in which entries expire after a fixed time? By which I mean that after a cnfigurable delay after an enzry has been caches,it is automatically removed fr... sebastian8247(39)
multithreaded cache?3946 (5/15/2012 9:14:01 AM) comp.lang.java.programmer I'm using various Apache Commons Maps as a multithread cache, protected using ReentrantReadWriteLock, so that getting() uses a read lock, and putting() uses a write lock. But I've got an issue; in the case of ... bugbear(601)
Local vs. network file2032 (6/24/2012 4:18:01 PM) comp.lang.java.programmer Is it possible to determine if a given String contains the path of a file on
a network drive (versus a local file) in Java 7?
--
And loving it,
-Qu0ll (Rare, not extinct)
_____________________________... Qu0llSixFour(356)
Java processors6749 (7/5/2012 3:01:55 PM) comp.lang.java.programmer What ever happened to those processors that were supposed to run Java natively?
Did Sun or anyone else ever make those?
... bob3904(233)
@Override4155 (7/23/2012 6:30:22 PM) comp.lang.java.programmer Is it really necessary to write @Override when you override or is this just "a good thing"?
... bob3904(233)