posted 14 years ago
I ran diff with objectives in Khalid book and found following 3 objectives are removed:
* Develop code that declares both static and non-static methods, and—if appropriate—use method names that adhere to the JavaBeans naming standards. Also develop code that declares and uses a variable-length argument list.
* Develop code that serializes and/or de-serializes objects using the following APIs from java.io: DataInputStream, DataOutputStream, FileInputStream, FileOutputStream, ObjectInputStream, ObjectOutputStream and Serializable.
* Given a scenario, write code that makes appropriate use of wait, notify, or notify-All.