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 | |
|
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 | |
|
September 29th, 2007 at 3:22 am
cool one. thnx.
cool one. thnx.
September 29th, 2007 at 8:55 pm
next tut on Java …
next tut on Java plz.
October 3rd, 2007 at 3:16 pm
Hello the author. …
Hello the author. You may be a good coder but definately you suck as teacher.Thank you
October 6th, 2007 at 8:05 pm
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…
October 20th, 2007 at 9:50 pm
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.
November 6th, 2007 at 6:11 pm
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)
{
November 6th, 2007 at 6:13 pm
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)
November 6th, 2007 at 6:13 pm
The compiler i use …
The compiler i use is BlueJ, a free, nonprofit compiler, just search for it; its for Mac and PC
November 7th, 2007 at 5:28 am
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.
November 8th, 2007 at 4:26 pm
NERDS! LOL. jk?
NERDS! LOL. jk?
November 9th, 2007 at 5:50 pm
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.
November 11th, 2007 at 7:56 pm
great tut
great tut
November 23rd, 2007 at 2:59 pm
wow very nice …
wow very nice tutorial! next one please ^^
December 4th, 2007 at 1:46 pm
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.
December 17th, 2007 at 3:17 pm
it’s not a compiler …
it’s not a compiler you noob, it’s an editor. the java compiler is a whole different thing
December 17th, 2007 at 3:17 pm
you have no idea: …
you have no idea: he has to use a compiler.
December 17th, 2007 at 3:30 pm
yeah but whats the …
yeah but whats the point of going through all of this when you can use a program like BlueJ
December 18th, 2007 at 10:11 am
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.
December 19th, 2007 at 11:34 am
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.
December 20th, 2007 at 5:56 pm
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)
December 25th, 2007 at 8:59 pm
i like your method. …
i like your method…..can you put more videos please
December 30th, 2007 at 10:56 am
I cannot believe …
I cannot believe this guy is taking himself seriously
December 31st, 2007 at 4:49 pm
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?
December 31st, 2007 at 11:30 pm
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.
January 7th, 2008 at 3:06 pm
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