• Java Basics
    2 replies, posted
I'm looking into Java but I'm asking you, Facepunch, where the best tutorial for Java is. Most of the tutorials I have looked through presume that you know all these things. I only really have any experience in scripting Lua. Java seems to me a tad more complicated but some of the stuff I understand. I'd like to find some tutorials from where it shows you how to do things even if you know nothing about programming. Something similar to the GMod Wiki (I found that they had pretty good tutorials despite a few "bad" things) would be great. I'm only looking into the basics as I'm only making an app or two for my Android phone... very, very basic apps. Sorry if there any other Java tutorial threads, I couldn't seem to find/see any. Thanks in advance. I forgot to say I'll be using Eclipse.
[QUOTE=vipersoul;28748381]I'm looking into Java but I'm asking you, Facepunch, where the best tutorial for Java is. Most of the tutorials I have looked through presume that you know all these things. I only really have any experience in scripting Lua. Java seems to me a tad more complicated but some of the stuff I understand. I'd like to find some tutorials from where it shows you how to do things even if you know nothing about programming. Something similar to the GMod Wiki (I found that they had pretty good tutorials despite a few "bad" things) would be great. I'm only looking into the basics as I'm only making an app or two for my Android phone... very, very basic apps. Sorry if there any other Java tutorial threads, I couldn't seem to find/see any. Thanks in advance. I forgot to say I'll be using Eclipse.[/QUOTE] [url]http://download.oracle.com/javase/tutorial/[/url]
[url]http://www.thenewboston.com/?cat=36&pOpen=tutorial[/url] This is the best one I've found. Just bear in mind that you should be naming your classes intelligently (not Apples.java, Tuna.java) and experimenting while you learn. Use this as a reference: [url]http://download.oracle.com/javase/tutorial/[/url]
Sorry, you need to Log In to post a reply to this thread.