hi all
this is a very basic question but please clear my doubt.
output: Running
here e is an object reference or a thread.What is the difference between a
thread and a object reference.We hav used e.start() so e should be a thread.Also when i run this program i got only one Running as an output but i hav started two threads.there should be two Running statements.plz explain
thanks in advance