随笔分类 - java
摘要:使用 FTPClient 时产生的问题 代码如下
阅读全文
摘要:Q1: why we should initialize final field before completion of new instance? final means no changeable in java enviroment, the java compiler urges us f
阅读全文
摘要:window OS: java -XX:+PrintFlagsFinal -version | findstr HeapSize Linux OS java -XX:PrintFlagsFinal -version | grep HeapSize the result is display in B
阅读全文
摘要:source from http://tutorials.jenkov.com/java-concurrency/threadlocal.html#inheritableThreadLocal Java ThreadLocal Creating a ThreadLocal Accessing a T
阅读全文
摘要:Debugging Java Applications with NetBeans from:https://manikandanmv.wordpress.com/2009/09/24/debugging-java-applications-with-netbeans/ Netbeans provi
阅读全文