At first i don#t want to criticize anyone, i just want to correct some early mistakes, so they don't grow.
(12-15-2013, 05:53 AM)Duubz Wrote: I'm not so sure that visual basic is really Java. I've done Java and it seems all globally the same. But the small things like if statements inside of it.
Thats like saying: people are all the same, they have arms and legs and everyone got a head.
there are really big differences:
- VB is only for Windows
- Java can be run on every machine, no matter which OS
- VB is generating intermediate code
- Java generates binary files
- and much more, but as Duubz said that are details
(12-15-2013, 05:53 AM)Duubz Wrote: I recon you start with something a little easier. I'd say try html and css first. Yes, they are for website creation, but they can use javascript elements inside of them. The javascript is identical to actual java to my knowledge.
So this is an even bigger missunderstanding of those two languages, because:
Java is
Objectoriented and JavaScript is
Objectbased
Thats a difference like black and white.
Code:
Example Java:
ObjectX x = new ObjectX;
Example JavaScript:
var x;
JavaScript doesnt even knows what an userdefined Object is.
And the name is just a fad.
Happy learning and have a nice day,
Azrael