语言部分: 1.public class TestString{ public static void link(String a){ a +="World"; } public static void main(String[] args){ String a = "Hello"; link(a); System.out.PRintln(a); } } 2.System.out.println("ja"+"va"=="java"); 3.简述GC的工作原理。 4.sleep() 与wait()有什么区别。 5.HashMap()与Hashtable的区别。 6.Interface与Abstract class的区别。 7.请设计一个递归程序,使用最简练的代码。 8.请列举你熟悉的两种设计模式,举例说明其原理。 9.Apache与Tomcat有什么关系和区另。 10.什么是重构?重构最终目的是什么?列举几种常用的重构工具和方法。
外语部分(请用外语作答) 1.What is your strongest traits ? 2.How would your friends or colleagues describe you ? 3.What is most important in you life ? 4.Do you work well under stress or pressure?