Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » The piece-wise need for public static void main(String[] args)
The piece-wise need for public static void main(String[] args) [message #1767559] Fri, 07 July 2017 07:33 Go to next message
Amicus Mundi is currently offline Amicus MundiFriend
Messages: 7
Registered: July 2017
Junior Member
I am eager to have an exhaustive book containing the entire (or substantial) Java Library.
I also am eager to know the piece-wise need for the declaration:
public static void main(String[] args)

Emphasis individually on:
public
static
void
main()
String[]
args

and then:
main(String[] args)

and thus
public static void main(String[] args)


Could a kindheart explain https://www.eclipse.org/forums/index.php?t=getfile&id=29881&this page's snapshot to me, and the place of the above `public static void main(String[] args)` code within this page?
  • Attachment: Oracle.jpeg
    (Size: 88.47KB, Downloaded 376 times)

[Updated on: Fri, 07 July 2017 07:56]

Report message to a moderator

Re: The piece-wise need for public static void main(String[] args) [message #1767562 is a reply to message #1767559] Fri, 07 July 2017 07:45 Go to previous messageGo to next message
Ed Merks is currently online Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
It's better to ask on a general Java forum, such as stackoverflow. This forum is for asking questions about using Eclipse itself. Of course Googling "java main" will turn up many helpful links...

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: The piece-wise need for public static void main(String[] args) [message #1767565 is a reply to message #1767562] Fri, 07 July 2017 08:00 Go to previous message
Amicus Mundi is currently offline Amicus MundiFriend
Messages: 7
Registered: July 2017
Junior Member
My post was being edited while Ed Marks posted his reply.

Now the context of my query will be clearer! I would request a deeper reply than that of Mr. Marks.

Okay, Mr. Marks, your point understood!

[Updated on: Fri, 07 July 2017 08:25]

Report message to a moderator

Previous Topic:Eclipse Neon always starts with minimised view
Next Topic:outline view empty
Goto Forum:
  


Current Time: Fri Apr 19 09:17:00 GMT 2024

Powered by FUDForum. Page generated in 0.03150 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top