Learning Java from Scratch
Are you ready to dive into the nuts and bolts of the Java language? Then start here to begin your Java journey. We cover the high-level topics, like what Java is, the language syntax, naming conventions, and much more.
Java Acronyms
If you are new to Java then you may be a little overwhelmed by all of the acronyms that are floating around. What’s the difference between an API and an IDE? Do I want to pursue J2SE or J2EE, and how would I know the difference? What’s a GUI, and how do I create one? Before you can get the answers to those questions, you will first need to know what those acronyms mean.
If you are new to Java then you may be a little overwhelmed by all of the acronyms that are floating around. What’s the difference between an API and an IDE? Do I want to pursue J2SE or J2EE, and how would I know the difference? What’s a GUI, and how do I create one? Before you can get the answers to those questions, you will first need to know what those acronyms mean.
Java Vectors and Java Arrays
Are you wondering about the difference between Java Vectors and Java Arrays? This article will explain Vectors and Arrays and when to use each.
Are you wondering about the difference between Java Vectors and Java Arrays? This article will explain Vectors and Arrays and when to use each.
Comparing Strings in Java
Comparing Strings in Java is not just as simple as saying variableA == variableB. When comparing Strings you can be lulled into a false sense of accuracy if you choose to use the "==" operator.
Comparing Strings in Java is not just as simple as saying variableA == variableB. When comparing Strings you can be lulled into a false sense of accuracy if you choose to use the "==" operator.
What is Java?
If you want to learn about Java, why it is so unique, and what you can do with it, then read on. We'll highlight Java's special features, its capabilities, and what you can expect to accomplish with this powerful computing platform.
If you want to learn about Java, why it is so unique, and what you can do with it, then read on. We'll highlight Java's special features, its capabilities, and what you can expect to accomplish with this powerful computing platform.
List of Java Keywords and Reserved Words
There are some words that the Java folks do not want you to use within your programs as method names, class or interface names, variable names, or as any other identifier. You may use these words only as they were intended by the creators of the Java platform. For this reason these words are called keywords and reserved words.
There are some words that the Java folks do not want you to use within your programs as method names, class or interface names, variable names, or as any other identifier. You may use these words only as they were intended by the creators of the Java platform. For this reason these words are called keywords and reserved words.
Integrated Development Environment (IDE): Beginners Beware!
Beginning programmers should learn Java the old-fashioned way: in a text editor. Learn more about the integrated development environment (IDE) and why you may want to avoid it when you first start programming Java.
Beginning programmers should learn Java the old-fashioned way: in a text editor. Learn more about the integrated development environment (IDE) and why you may want to avoid it when you first start programming Java.
Four Text Editors for Beginning Java Programmers
If you're growing frustrated with your current text editor's limited feature set, then it's time to look at some programs with power. You need a program that will automatically indent your code, contains context-sensitive help, and highlights your code as you write it. If you are ready to move on to the next step in programming Java, then check out some of these programs.
If you're growing frustrated with your current text editor's limited feature set, then it's time to look at some programs with power. You need a program that will automatically indent your code, contains context-sensitive help, and highlights your code as you write it. If you are ready to move on to the next step in programming Java, then check out some of these programs.
