Search results
"tag:"java""
Title and summary | Date/time | |
---|---|---|
1
|
Pop quizz Java: final vs. NPE, 0:1
Hah, that was a nice one! Given: public class Foo extends Bar { final Object o; public Foo(Object o) { super(o); assert o != null; this.o = o; } @Override public void m() { assert o != null; /* Da bomb */ } } Your task is ... |
18-Mar-2014 17:49:00 |
2
|
Pop Quizz: java.lang.StringBuffer
True or false? "".equals(... |
11-Sep-2009 13:46:00 |
3
|
NFS server in Java
NFS server in Java and friends. The mind boggles. In totally unrelated news, I'll find out what happens to you if you have an Iranian visa in your passport on my NEXT (not this) trip. See you on Kish Island! |
13-Apr-2009 16:55:00 |
4
|
Private keys in Java's keytool
I was just preparing a new release of our fabulous rCOS modeler when I thought I might annoy people a bit more by signing the JARs. Silly me, expecting that a keytool manages keys. Okay, granted, it's not called keyimporter, but then....So today's ... |
20-Feb-2009 10:44:00 |