scjp
Java polymorphism question
For SCJP most of the time question such as below is asked to find valid example of polymorphic method calls. But what should one exactly look for to find is it polymorphic use or not ?[详细]
2022-12-15 00:06 分类:问答Understanding join()
Suppose a thread A is running. I have another thread, B, who\'s not. 开发者_如何学JAVAB has been started, is on runnable state.[详细]
2022-12-14 09:39 分类:问答Understanding synchronized
Given this code: public class Messager implements Runnable { public static void main(String[] args) { new Thread(new Messager(\"Wallace\")).start();[详细]
2022-12-13 18:48 分类:问答
加载中,请稍侯......