An Overview of RMI Applications
An OvervIEw of RMI ApplicationsRMI applications are often comprised of two sepa
利用Java Reflection(反射)原理,在hibernate裡面實現對單表、視圖的動態組合查詢
Reflection 是 Java 程序開發語言的特征之一,它允許運行中的程序對自身進行訪問,並能直接操作程序的內部屬性。Hibernate是一個面向Java
Java Servlet Programming 讀書筆記 - servlet生命周期
servlet的生命周期一般為:1.建立初始化servlet2.處理從客戶端的零個或多個請求3.銷毀servlet,gc回收占用內存每個server可能在如何
Learn Spring in spring(四)
四、Spring中的事務控制由於csdn的blog堅持認為我的本篇文章出現了禁用詞匯,不予接受,所以請參見:http://www.Javaresearch.o
JSR 271, Mobile Information Device Profile 3 START!
JSRs: Java Specification RequestsJSR 271: Mobile Information Device Profile 3Th
Java中new DerivedClass()時背後發生的事情
Java中new DerivedClass()時背後發生的事情(原創 – 邵正軍, 2005-4-5)class DerivedClass extends B
[學習筆記]Thinking in Java (the 2nd edition) Study Note (4)
第13章 創建窗口和程序片略第14章 多線程多線程的實現基本可以有2種方法:從Thread類繼承 和 實現Runnable 接口1.從線程繼承為創建一個線程,