Java is a OOP language. It was developed by James Gosling at Sun Microsystems. (which has since been acquired by Oracle Corporation) and released in 1995 as a core component of Sun Microsystems JAVA platform. However, recently I have just started learning JAVA programming. Its little different from C and C++ but its still have some similar syntax. Today i have just run the Hello world program and want to share it here

Its my new experience...
public class HelloWorld
{ public static void main
(String
[] args
) { // Prints "Hello, World" in the terminal window. System.out
.println
("Hello, World"); }}
In JAVA we can't do anything without class. Even we will need to use a class for main method (similar to function). However, I will try to share my learned code/algorithms here and will also like to learn from you guys.
I hope you guys will share your Java codes/algorithms with me.
simicartan
App Marketing Made Easy hey thank you for sharing this with us. I much appreciate it! [size=50][url=https://www.simicart.com/blog/easy-and-free-app-marketing-tips/]App Marketing[/url] Made Easy[/size]
Are you sure you want to delete this post?