Diddy said:But I do not know HTML code either I am learning it.
So should I first learn HTML then Java and then try something more advanced?
HTML, Javascript, and Java all fit together nicely, and are a good place to start, actually that's what I am working on right now.Rip_Uk said:Yes, start with HTML (Even the basics), move on to Java and then maybe C, C++.
shadyi said:HTML and Javascript are trivial
C is a very good choice and BTW Java is based on C but Java is Object-Oriented
so you won't find any problems if you started with C and then upgraded to an object-oriented language like C++,C# or Java
and try to stay away from windows application , you need to learn the basics of programming so start with console application
it's simple and you will learn something
Java and Javascript are not the same thing. Java script is a more simple copy of Java without compilers, its a mix of HTML and Java. Java script has limited libraries and functionality, and is not nearly as popular as Java. Also the java compiler is free, as is the documentation for the hundreds of api's. Java programs can be run as an Applet (Such as a game in Internet Explorer) or in full screen with WebStart. Java has 2d and 3d functionality, and works with Open GL. Start with java man, its a much better choice. And if you start java, download JCreator. Great free text editor for Java.Eric Richards said:Javascript, (Java)
you're getting too specificJava and Javascript are not the same thing. Java script is a more simple copy of Java without compilers, its a mix of HTML and Java. Java script has limited libraries and functionality, and is not nearly as popular as Java. Also the java compiler is free, as is the documentation for the hundreds of api's. Java programs can be run as an Applet (Such as a game in Internet Explorer) or in full screen with WebStart. Java has 2d and 3d functionality, and works with Open GL. Start with java man, its a much better choice. And if you start java, download JCreator. Great free text editor for Java.
SDK (Software Devolopment Kit) and before you install this uninstall your old version of java.
https://sdlc2a.sun.com/ECom/EComActi...3 79ECF18890D
API Documentation
https://sdlc4d.sun.com/ECom/EComActi...7 277829F88D4
What I said was that learning HTML will not help you with Javascript. If your intent is to learn a programming language C is a better choice to begin with.