I'm new, obviously, and I didn't knew there was an introductions topic so.... I'm a youn developer currently at age of 17 learning everything I can for what I think might be my career. I've learned: -C# (intermediate) -C++ (basic) -MySQL (intermediate) -Java (basic/intermediate) -Basic -PHP -HTML Currently learning: -PHP (intermediate/advanzed) -CSS Among other little stuff I've tried in the way. I'm open to any knowledge or experience you might want to share. Thank you and hope we have a good time here.
Lol the first thing I thought when I seen "Hello World" was "That is the first thing you learn in any coding language." Sure enough I was right. Anyway welcome to the forums enjoy it here and I hope you find success.
Hahaha, well I thought it would be a good relation. The first thing you do in a coding language should be the first thing I wrote in the forum. Thanks
every body know it, but the important thing is logic! I recomended OOP. To OP : publicclass HelloWorld { publicstaticvoidmain(String[] args){ System.out.println("Hello Buddy, wellcome to DP"); } }