摘要:
ref: http://www.studytonight.com/java/serialization-and-deserialization.php Serialization and Deserialization in Java Serializationis a process of con 阅读全文
摘要:
ref: http://www.studytonight.com/java/java-io-stream.php IO Stream Java performs I/O through Streams. A stream is linked to physical layer by java I/O 阅读全文
摘要:
ref: http://www.studytonight.com/java/enumerations Enumerations Enumeration was added to Java language in JDK5. Enumeration means a list is named cons 阅读全文
摘要:
ref: http://www.studytonight.com/java/reflection-api Reflection API reflection means ability of a software to analyze itself. In java, Reflection API 阅读全文
摘要:
ref: http://www.studytonight.com/java/collection-framework.php Collection Framework collection frame work was not part of original Java release. Colel 阅读全文
摘要:
ref: http://www.studytonight.com/java/multithreading-in-java Multithreading A program can be divided into a number of small processes. Each small proc 阅读全文
摘要:
Method Overriding between parent and child The key benefit of overriding is the ability to define method that's specific to a particular subclass type 阅读全文