由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Interview Questions in Core Java
相关主题
来问两个HashMap的问题多少个thread 就算不正常?
为什么大家都要用delimted string穿value呢?怎么学multithreading/concurrency?
Re: How to lock a file and detect a thread is over?one multi-threading question
[转载] 现在还有什么OS不是THREAD级调度的吗?Re: Challenge: Who can solve this problem? Thanx
java thread questionmarshall 和 serialize 的区别?
thread independent on a single-cpu machine?请问一个serialize class object下载运行的问题
Thread对应的input和output问题Object stream & serilization有啥用处?
multi-threading guru们 (转载)有关JBOSS-MQ问题
相关话题的讨论汇总
话题: layout话题: questions话题: interview话题: core话题: java
进入Java版参与讨论
1 (共1页)
s****y
发帖数: 180
1
Interview Questions in Core Java
http://www.sap-img.com/java/interview-questions-in-core-java.htm
1.what is a transient variable?
A transient variable is a variable that may not be serialized.
2.which containers use a border Layout as their default layout?
The window, Frame and Dialog classes use a border layout as their default
layout.
3.Why do threads block on I/O?
Threads block on i/o (that is enters the waiting state) so that other threads
may execute while the i/o
Operation is performed.
4
1 (共1页)
进入Java版参与讨论
相关主题
有关JBOSS-MQ问题java thread question
Re: FileDialog 的问题thread independent on a single-cpu machine?
Re: 如何在两个窗口之间通信?Thread对应的input和output问题
Servlet question: the orig filenamemulti-threading guru们 (转载)
来问两个HashMap的问题多少个thread 就算不正常?
为什么大家都要用delimted string穿value呢?怎么学multithreading/concurrency?
Re: How to lock a file and detect a thread is over?one multi-threading question
[转载] 现在还有什么OS不是THREAD级调度的吗?Re: Challenge: Who can solve this problem? Thanx
相关话题的讨论汇总
话题: layout话题: questions话题: interview话题: core话题: java