[请求] 请问junior java developer interview都会问些什么问题

一一

新手上路
注册
2002-08-29
消息
4
荣誉分数
0
声望点数
0
第一次面试, 没经验, 请大家帮忙准备一下. 多谢了.
 
Check out what they do first.

Java itself isn't complecated as C++, maybe they can test something on data structures.
 
那一般都会问些什么问题呢? 是完全关于语言本身, 或者还有别的? 没有一点经验, 多谢多谢.
 
最初由 一一 发布
第一次面试, 没经验, 请大家帮忙准备一下. 多谢了.

Soimething like:

Difference between String and StringBuffer,

C++/Java:

String sa = "abc";
String sb = "abc";
sa == sb ? (Trick)
sa.equals(sb) ?

Why?
 
OO design methodology? Why use Java instead of other languages?
What's the best feature you used with Java? What applications you
developed with Java?

Other stuff like testing, Java-based frameworks such as EJB, JINI, ...
Depends on what they do.
 
后退
顶部