Jump to content

User:Abharati/sandbox

From Wikipedia, the free encyclopedia

One contribution I can make that would improve the Java (programming language) article is elaborate on the sample program under the Syntax section so that the reader can understand how the structure of a typical Java program should be like and understand some class functionalities that the reader can use when developing his/her own programs. I'll be talking about the package and import statements at the top of the program and a little bit about the Map interface.

Another contribution that I can make to this article is remove one sentence from the Syntax section that doesn't have a citation. Since the statement doesn't have a citation, it can be biased and unreliable for the reader, so it's best to remove it.

A third contribution I can make to this article is add a statement saying that we can use the print() method instead of println() in the sample program under the "Hello world" example section. This contribution will allow the reader to learn and become familiar with another functionality from the System class that's very practical when developing Java programs.

Link to edited article: [1]