上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 49 下一页
摘要: csdncnblogsinterviewmit 阅读全文
posted @ 2014-04-22 08:27 wonkju 阅读(94) 评论(0) 推荐(0) 编辑
摘要: the jdk hierarchical relationship of class-loader ----Module Class Loading and Bootstrapping----bootstrap loader: *loads primordial cl... 阅读全文
posted @ 2014-04-19 10:37 wonkju 阅读(188) 评论(0) 推荐(0) 编辑
摘要: error for 'Access restriction: The type AESKeyGenerator is not accessible due to restriction on required libraryD:\Programles\Java\jdk1.6.0_43\jre\lib... 阅读全文
posted @ 2014-04-19 07:53 wonkju 阅读(202) 评论(0) 推荐(0) 编辑
摘要: the code below demonstates the principle of the'recursive-call' that the programing beginner may be confused with,and each demonstrate was followed by... 阅读全文
posted @ 2014-04-06 01:37 wonkju 阅读(169) 评论(0) 推荐(0) 编辑
摘要: The code below demonstates copying file using 'FileReader' and 'FileWriter'. 1 class CopyV2 extends Timer 2 { 3 public void runCode() 4 { 5 ... 阅读全文
posted @ 2014-04-02 13:00 wonkju 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 1 package kju.o; 2 import static kju.print.Printer.*; 3 import java.text.*; 4 class MathDemo 5 { 6 public static void main(String[] args) 7 ... 阅读全文
posted @ 2014-04-01 21:55 wonkju 阅读(284) 评论(0) 推荐(0) 编辑
摘要: a simple statement to define 'hash function' was: any algorithm that maps data of arbitrary length to data of a fixed length. ref: hash function wikipedia 阅读全文
posted @ 2014-03-29 18:26 wonkju 阅读(211) 评论(0) 推荐(0) 编辑
摘要: searching for google,I observed that the 'content assist' shortcut key was take placed with 'ctrl + [space]', and the "alt +'/'" was assign for 'word ... 阅读全文
posted @ 2014-03-29 15:30 wonkju 阅读(178) 评论(0) 推荐(0) 编辑
摘要: description: transientis a Java keyword which marks a member variable not to be serialized when it is persisted to streams of bytes. When an object i... 阅读全文
posted @ 2014-03-24 18:34 wonkju 阅读(134) 评论(0) 推荐(0) 编辑
摘要: Ref: JVM Run-Time Data Areas1 class SimpleThread extends Thread {2 public SimpleThread(String name) {3 super(name);4 }5 public vo... 阅读全文
posted @ 2014-03-18 22:01 wonkju 阅读(329) 评论(0) 推荐(0) 编辑
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 49 下一页