00:00
00:00
Newgrounds Background Image Theme

Chan99 just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Java tutorials?

942 Views | 4 Replies
New Topic Respond to this Topic

Java tutorials? 2012-01-26 00:12:25


Hi there, I had Eclipse Indigo to work with Java in my previous computer. So I installed again in this one. Although, I remember that last time, I didn't made much things with it due to the lack of useful tutorials. Most of them where only how to print and output things. Then, someone knows a really good website (not book or any other stuff) with tutorials?

Thanks.

Response to Java tutorials? 2012-01-26 09:10:06


Java Tutorials by Oracle, about as official as you can get, and pretty good, too!

also, LWJGL (LightWeight Java Game Library) is an awesome Java library, actually the driving force of Minecraft :P

Response to Java tutorials? 2012-01-26 10:43:16


At 1/26/12 09:10 AM, thePalindrome wrote: Java Tutorials by Oracle, about as official as you can get, and pretty good, too!

also, LWJGL (LightWeight Java Game Library) is an awesome Java library, actually the driving force of Minecraft :P

Nah, not really the driving force, more like the backbone.


#include <stdio.h>

char*p="#include <stdio.h>%cchar*p=%c%s%c;%cmain() {printf(p,10,34,p,34,10);}";

main() {printf(p,10,34,p,34,10);}

BBS Signature

Response to Java tutorials? 2012-01-31 03:39:39


Check for Java begginer which is a Java tutorial site that attempts to teach basics of Java programming Language in plain English using huge number of java source code examples spread across various topics.

Response to Java tutorials? 2012-02-05 12:04:34


If you want to learn off the bat and just understand what to do right away, I would consider checking out TheNewBoston.

Type that on Youtube and you'll find his Programming Tutorials.

Although, if you want to take time to learn everything about Java, you should get a Book/eBook and study.