Well for visual basic (which is one of the things he named), you can type all of your code in there as well it will correct your syntax after you finish typing each line so that would be easier IMO. I make my GUI's then I code them. Not the other way around.
Well for visual basic (which is one of the things he named), you can type all of your code in there as well it will correct your syntax after you finish typing each line so that would be easier IMO. I make my GUI's then I code them. Not the other way around.
What you are saying is good is actually really really bad when you are learning.
Java is the best language for learning. I has the easiest OO, and the easiest way to teach it.
Anything that's .NET is pointless really. IF you're using it, you're supporting Microsoft which is bad.
.NET = Only Winblows native, no Unix unless you piss about (Not for the end user) and it's closed source.
Java = Literally native on any OS, just needs a runtime (Most people have it) and it's (partially) open source.
Java is the best language for learning. I has the easiest OO, and the easiest way to teach it.
Anything that's .NET is pointless really. IF you're using it, you're supporting Microsoft which is bad.
.NET = Only Winblows native, no Unix unless you piss about (Not for the end user) and it's closed source.
Java = Literally native on any OS, just needs a runtime (Most people have it) and it's (partially) open source.
I liked learning C/C++ first actually. It made it so that now any languages (Java, Python, PHP, etc) I learn seem to be very pain-free and easy to make use of.
What portion(s) of Java does Sun not open source again?
I liked learning C/C++ first actually. It made it so that now any languages (Java, Python, PHP, etc) I learn seem to be very pain-free and easy to make use of.
This is why they teach Java in university.
Originally Posted by Nullware
What portion(s) of Java does Sun not open source again?
I think it's the JSL (Java Standard Library). I was told this in university, and by Java 7 it's be open source (I think I remember this..)