package com.platform.test; public class testThread { public static void main(String[] args) { MyTestThread thj = new MyTestThread(); thj.start(); System.err.println(thj.isDaemon()); } }