Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 1
    This is just begging the question. Java needs an application loader anyway which does heavy lifting before calling main. Your rationale about main being too complex for beginners seems unbelievable. In fact, the static main is very confusing for beginners, I doubt a constructor would be more so. You say a “constructor should not be responsible for the object’s behaviour”. This sounds interesting but I’m not sure I’d agree. Why doesn’t it? What prevents this? Commented Jul 11, 2012 at 7:03