+-+-+ +-+ +-+-+-+-+
|G|O| |4| |H|I|V|E|
+-+-+ +-+ +-+-+-+-+

 --- A GOPHER-LIKE INTERFACE FOR HIVE BLOCKCHAIN ---

Introduction to Java Programming - Hello World!

BY: @cmctglu | CREATED: Jan. 25, 2018, 1:30 p.m. | VOTES: 6 | PAYOUT: $0.05 | [ VOTE ]

JAVA was developed by Sun Microsystems Inc in 1991, later acquired by Oracle Corporation.

Why Learn Java?

Example of Java Code

public class HelloWorld {
public static void main(String[] args) {
// Prints "Hello, World" to the terminal window.
System.out.println("Hello, Steemit");
}
}

If all goes well, you should see the following response:

Hello, Steemit

TAGS: [ #science ] [ #java ] [ #learn ] [ #programming ] [ #career ]

Replies

@faiqali | Jan. 25, 2018, 2:05 p.m. | Votes: 0 | [ VOTE ]

follow me and like me post i will follow and like u back

@dsatria | Jan. 30, 2018, 8 a.m. | Votes: 0 | [ VOTE ]

hi welcome on Steemit.

[ BACK TO TRENDING ] [ BACK TO MENU ]
CMD>