This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2013-01-01 01:57:11

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Java tutorial series !!!

I know there are gazillions of Java tutorials on the web, but most are inaccurate or just plain misleading. that's why I am making a medium length project series on how to program in Java. See below for the Java intro.

Code:

Java is an OO programming language. OO means that the source code has a class, which have methods, which contain statements, objects, variables, et cetera. Anyway, Java is a programming language in which a compiler is needed. A compiler is a program needed to make bytecode instructions that, when executed in the JVM, reads it instead of plain Java. Java is also made of packages. For example, the println() class is in the java.lang.system.out package, so the full package is: java.lang.system.out.println.

Look forward to my tutorials, starting tomorrow.


http://i47.tinypic.com/rrqe13.gif

Offline

 

Board footer