Thursday Java 6 Quiz
Fill in the blanks:
As of Java SE 6.0, the deprecated ____________________ have been removed, instead ____________________ are to be used.
Re: Thursday Java 6 Quiz
JNI Spec 6.0: As of Java SE 6.0, the deprecated structures JDK1_1InitArgs and JDK1_1AttachArgs have been removed, instead JavaVMInitArgs and JavaVMAttachArgs are to be used.
Not as much removal of deprecated stuff as I liked. But it's a start. I hope the trend continues.