Avicus Archive

Where to learn Java by OriginaI August 9, 2016 at 4:08 PM UTC

Hi I have been wanting to learn java so I can make mods
 right now i am focusing on mods or server plugins. 
Anyways I do not know where to start because there are a lot of tutorials which don't really "teach" you, they just want you to copy and paste what they are doing, but I want to memorize and know what to do myself.

Please help, thanks!

FirstSintax August 9, 2016 at 4:08 PM UTC

I took java from an ap course, but you can learn from other sources.
This website: https://www.eimacs.com/about.htm is extremely good but you need to take a pretest and register and all that.

Beware, everything on the internet is free for a reason. codecacademy has good java lessons if you pay

vladthegreat100 August 9, 2016 at 4:08 PM UTC

Codecademy has java. I recommend thenewBoston if you want a voice tutorial. Does what you don't want, but helpful for descriptions. Codecademy is just reading, completing a code that they ask you to do, and then next part.

OriginaI August 9, 2016 at 5:08 PM UTC

thanks everybody!

Tazz August 9, 2016 at 5:08 PM UTC

Website tutorials won't do a lot. 

Get familiar with just normal Java, and then you want to move on to the Bukkit API. Youtube tutorials for both should be the best.

smitdalt August 9, 2016 at 6:08 PM UTC

Why would you want to learn java for coding unity games? Unity only uses javascript(technically untiyscript) and C#, Javascript being totally different from java.

OriginaI August 9, 2016 at 9:08 PM UTC

Why would you want to learn java for coding unity games? Unity only uses javascript(technically untiyscript) and C#, Javascript being totally different from java.
Thanks everyone!

i forgot that it uses javascript, when I used unity i always just used C#.

Javipepe August 9, 2016 at 9:08 PM UTC

I recommend codecademy and pogostick Yt channel.

OriginaI August 9, 2016 at 9:08 PM UTC

i have decided to learn from "Cave of Programming" He is really good and I like the way he teaches!

OriginaI August 9, 2016 at 9:08 PM UTC

I recommend codecademy and pogostick Yt channel.
thanks ill check those out too, i like pogo im watching it right now!

_DipperPines August 9, 2016 at 10:08 PM UTC

If you want to make more, try Mcreator. You can make more with zero programming language.

MLGtino August 9, 2016 at 10:08 PM UTC

system.out.println("use codeacademy");

OriginaI August 9, 2016 at 10:08 PM UTC

system.out.println("use codeacademy");
thanks everybody and mcreater is cool but i want to learn to program myself!

I really enjoy pogos videos so i will be using codeacdemy and pogo, thanks!

IndigoHawkins August 10, 2016 at 1:08 AM UTC

Introduction to Java
History of Java
Basic Java Syntax
Creating Variables with Java
Loops in Java
Using Loops to iterate through an Array
Using Enhanced for Loops to iterate through an Array
Using Arrays in Java
Creating Custom Method
Returning Datatypes in Custom Methods
Catching Exceptions / Errors in Java
Creating Classes using Java
What is Polymorphism?
Introduction To Inheritance
Introduction To Abstract Classes
Introduction To Interfaces
Introduction to Java APIs / JAR
Using Event Handlers
Introduction To Multithreading in Java
Lambda Expressions
Creating Java GUI using JavaFX
Introduction to Java.nio library
Creating, Copying, & Moving Directories
Reading & Writing text files in Java
Using Java.net to get Data from a Website
Downloading Data from a Website
Getting Metadata from Image files
Using Metadata from an Image to match to other Images
Drawing using Java
Getting Metadata from Video files
Getting pictures from Video files
Getting Audio from Video files
Using Java to make Web applications
What is Maven?
Using Maven with Java
Using Git to Collaborate with other Java Developers

vladthegreat100 August 10, 2016 at 1:08 AM UTC

system.out.println("use codeacademy");
if (3 != harambe) {
     System.out.println ("I can eat tacos");
} else {
     System.out.println ("Illuminati Confirmed");
} default {
     System.out.println ("You can eat tacos");
}

Codecademy taught me to make stuff like this!!!!!!!

OriginaI August 10, 2016 at 8:08 PM UTC

Thanks!