Skip to main content



      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 03:33 Go to next message
Eclipse UserFriend
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 433 times)

[Updated on: Fri, 07 July 2017 03:56] by 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 03:45 Go to previous messageGo to next message
Eclipse UserFriend
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...
Re: The piece-wise need for public static void main(String[] args) [message #1767565 is a reply to message #1767562] Fri, 07 July 2017 04:00 Go to previous message
Eclipse UserFriend
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 04:25] by Moderator

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


Current Time: Sat Mar 15 17:40:34 EDT 2025

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

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

Back to the top