を読んThread
でjava
いるのですが、本で code_snippet を見つけて実装しようとしましたが、本に記載されているように機能しませんwhy
。
public class Main_thread
{
public static void main ( String args [] )
{
System.out.println("hello kakke");
Thread t = new Thread () ;
t.start();
}
}
なぜか、また「こんにちはかっけ」がプリントされています。