how many default threads in
java..
in oracle docs mention that only one
thread i.e main thread..
but in jvm specification mention that two default threads..i.e daemon and non-daemon...
and how we proved that default thread is created before main()...