A friend of mine told me that in java, there is a main group which in-turn has a main thread and this thread contains a main method.
But he wasn't able to explain me how the main thread is invoked by JVAM. Could any one explain how this is implemented by JVM. I have tired searching for an answer of this in Google but that did not yield any good result.