Java面试宝典—— 其它(十三)

十二.其他
1、请用英文简单介绍一下自己. 

4、WEB SERVICE 名词解释。JSWDL 开发包的介绍。JAXP、JAXM 的解释。SOAP、
UDDI,WSDL 解释。


2、请把 http://tomcat.apache.org/ 首页的这一段话用中文翻译一下? 
Apache Tomcat is the servlet container that is used in the officialReference 
Implementation for theJava ServletandJavaServerPages technologies. The Java Servlet 
and JavaServer Pagesspecifications are developed by Sun under theJavaCommunity 
Process. 
Apache Tomcat is developed in an open andparticipatory environment and released under 
theApacheSoftware License. Apache Tomcat is intended to be a collaboration ofthe 
best-of-breed developers from around the world. We invite you toparticipate in this open 
development project. To learn more about gettinginvolved,click here. 
ApacheTomcat powers numerous large-scale, mission-critical web applications across 
adiverse range of industries and organizations. Some of these users and theirstories are 
listed on thePoweredBy wiki page.


3、美资软件公司 JAVA 工程师电话面试题目
1. Talk about overriding, overloading.
2. Talk about JAVA design patterns you known.
3. Talk about the difference between LinkList, ArrayList and Victor.
4. Talk about the difference between an Abstract class and an Interface.
5. Class a = new Class(); Class b = new Class();
if(a == b) returns true or false, why?
6. Why we use StringBuffer when concatenating strings?
7. Try to explain Singleton to us? Is it thread safe? If no, how to make itthread safe?
8. Try to explain Ioc?
9. How to set many-to-many relationship in Hibernate?
10. Talk about the difference between INNER JOIN and LFET JOIN.
11. Why we use index in database? How many indexes is the maximum in one tableas 
your suggestion?
12. When ‘Final’ is used in class, method and property, what dose it mean?
13. Do you have any experience on XML? Talk about any XML tool youused ,e.g. JAXB, 
JAXG.
14. Do you have any experience on Linux?
15. In OOD what is the reason when you create a Sequence diagram?
Administrator 10:34:20
1,堆和栈的区别,有一个64k 的字符串,是放到堆上,还是放到栈上,为什么?
2,什么时候用到接口,什么时候用到抽象类,二者区别
3,有一个100万的数组,里边有两个市重复的,如何设计算法找到。
4,设计数据库时,n 维,如何设计。

 

------------------------------------------------------------------------------

上一篇:Java面试宝典—— webservice 部分(十二)

下一篇:待跟新

------------------------------------------------------------------------------

你可能感兴趣的:(Java面试宝典)