The Basics Of Java Programming
25 Responses to “The Basics Of Java Programming”Leave a ReplyPosted on July 4th, 2006 by admin Filed under Java | 25 Comments » |
|
The Basics Of Java Programming
25 Responses to “The Basics Of Java Programming”Leave a ReplyPosted on July 4th, 2006 by admin Filed under Java | 25 Comments » |
|
cool one. thnx.
cool one. thnx.
next tut on Java …
next tut on Java plz.
Hello the author. …
Hello the author. You may be a good coder but definately you suck as teacher.Thank you
is there some sorta …
is there some sorta guide that acully helps you understand what your writing… cause i have no idea about anything and i really wanna know…
hey if you want to …
hey if you want to get a great book for free which does explain all this stuff. search for Bruce Eckel online. I bought one of his books and yeah I found it helpful when I was at Uni. I have been coding for a long time though, so his approach might also be a little heavy, but eh, the price is right.
its easier to read …
its easier to read your code when you put your brackets on their own line; like this:
public static void main (String[]args)
{
the real pains were …
the real pains were caused by the fact that he didnt use a compiler; if he did, it would have been easier (2 mins or less)
The compiler i use …
The compiler i use is BlueJ, a free, nonprofit compiler, just search for it; its for Mac and PC
Me?
I used a …
Me?
I used a compiler, otherwise it wouldn’t of worked my friend.
You mean a IDE, and for basic stuff such as this, notepad is much easier to startup and use.
Look through the eyes of a complete beginner, then you’ll see using a slightly complicated to complicated interface when it is not needed just creates confusion most of the time.
NERDS! LOL. jk?
NERDS! LOL. jk?
If you want to get …
If you want to get some certification(cisco microsoft oracle sun linux …etc), you’ll search “certmagic” by google.
and , you go to certmagic and,
You’ll bookmark certmagic page as a favorite.
great tut
great tut
wow very nice …
wow very nice tutorial! next one please ^^
I agree with 70K0 – …
I agree with 70K0 – cluttered interfaces confuse beginners (NetBeans for instance) while the approach used in this video is the most appropriate for a start.
it’s not a compiler …
it’s not a compiler you noob, it’s an editor. the java compiler is a whole different thing
you have no idea: …
you have no idea: he has to use a compiler.
yeah but whats the …
yeah but whats the point of going through all of this when you can use a program like BlueJ
You trying to make …
You trying to make it simpler yet it wasn’t. You should of just used the cmd instead of creating the bat files as this will confuse the “beginner” programmer even more. IMO it is much simpler to use eclipse as this IDE is really simple and easy to learn.
I don’t even use an …
I don’t even use an IDE for C++ for operating systems programming as well as apps for it.
I guess I always never liked them.
when you write java …
when you write java??*.java for the compiler what does the ?? because your voice is a little soft and can’t see what it says in fullscreen( I put?? so you can tell what im haveing a problem on)
i like your method. …
i like your method…..can you put more videos please
I cannot believe …
I cannot believe this guy is taking himself seriously
Do you know what …
Do you know what keyword we would use to produce a .jar file?
For example, we use “title Compiling” to compile to .java file. What would go in place of ‘Compiling’ to make a .jar file?
Technically, you …
Technically, you don’t compile to a JAR.
A jar is a compressed file format capable of execution through the JRE (Java Runtime Environment).
It’s just taking the offshoot class files and compressing them all into one executable JAR file.
Search “JAR Creation Executable Class” on google to get guides.
hi, i was thinking …
hi, i was thinking about doing a comptuer course
which includes java programming and other like mineded stuff. worth doing?
i like computers