由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 请大牛们贴一些java的面试题好吗
相关主题
Most common Java interview questions I have been asked.synchronization for counters
Sun的JDK 1.5有什么新特点吗?synchronization 锁住了什么?
HashMap一问新手问个multi-threading关于synchronized和volatile的问题
一个关于generics的问题Java banned operator overloading
how to copy an Object?override/overload/overwrite in Java
a fun coding question诡异问题求助
除了基本语法外,哪些是Java新手学习的重点?问个autoboxing的问题
发现 synchronized 的一个问题为什么Arrays.asList()不做autoboxing?
相关话题的讨论汇总
话题: exception话题: java话题: checked
进入Java版参与讨论
1 (共1页)
s*******r
发帖数: 197
1
我是学通信的,暑假开始自学了java,这学期也选了java的课,平时有点coding的作业
,但是没有什么像样的course project。这里正忙着找coop,如果找不到明年5月就得
毕业,没有coop找fulltime就更难了。请大牛们贴点面试题,顺便给点意见,先谢谢了
b******y
发帖数: 9224
2
到网上search一下,应该有不少的。
c********g
发帖数: 449
3
search 本坛, you will find a java interview book link.
f****n
发帖数: 208
4
Based on my experience, these are the popular ones:
1) Final, finally and finanize key words understanding
2) Synchronized keyword and wait, notify (notifyAll) situation.
3) Serialization understanding, Static varible serialization?
4) Method overiding and overloading and shadowing
5) Java 5 features, Autoboxing, Generics...
6) Exception handling, Excepetion classes structure, checked and non checked
exception, throwable and error class
7) Collections, Differenece between arraylist, vector and l
f****n
发帖数: 208
5
Based on my experience, these are the popular ones:
1) Final, finally and finanize key words understanding
2) Synchronized keyword and wait, notify (notifyAll) situation.
3) Serialization understanding, Static varible serialization?
4) Method overiding and overloading and shadowing
5) Java 5 features, Autoboxing, Generics...
6) Exception handling, Excepetion classes structure, checked and non checked
exception, throwable and error class
7) Collections, Differenece between arraylist, vector and l
f****n
发帖数: 208
6
Based on my experience, these are the popular ones:
1) Final, finally and finanize key words understanding
2) Synchronized keyword and wait, notify (notifyAll) situation.
3) Serialization understanding, Static varible serialization?
4) Method overiding and overloading and shadowing
5) Java 5 features, Autoboxing, Generics...
6) Exception handling, Excepetion classes structure, checked and non checked
exception, throwable and error class
7) Collections, Differenece between arraylist, vector and l
f****n
发帖数: 208
7
Based on my experience, these are the popular ones:
1) Final, finally and finanize key words understanding
2) Synchronized keyword and wait, notify (notifyAll) situation.
3) Serialization understanding, Static varible serialization?
4) Method overiding and overloading and shadowing
5) Java 5 features, Autoboxing, Generics...
6) Exception handling, Excepetion classes structure, checked and non checked
exception, throwable and error class
7) Collections, Differenece between arraylist, vector and l
s*******r
发帖数: 197
8
多谢楼上各位
1 (共1页)
进入Java版参与讨论
相关主题
为什么Arrays.asList()不做autoboxing?how to copy an Object?
Talk a little more about How to lock a filea fun coding question
请教一个多线程lock机制的问题除了基本语法外,哪些是Java新手学习的重点?
请问有没有generic的array发现 synchronized 的一个问题
Most common Java interview questions I have been asked.synchronization for counters
Sun的JDK 1.5有什么新特点吗?synchronization 锁住了什么?
HashMap一问新手问个multi-threading关于synchronized和volatile的问题
一个关于generics的问题Java banned operator overloading
相关话题的讨论汇总
话题: exception话题: java话题: checked