1. Computing & Technology

Learn About the Basic Building Blocks of Java

Find out how Java programs are structured, store data, control the flow of your code, and work with objects.
  1. Control Flow (6)
  2. Java Error Messages (33)
  3. Understanding Data Types (9)
  4. Utilizing the Java API (7)
  5. Working With Objects (8)

Java Is Case Sensitive

When coding in Java it's important to remember that Java is case sensitive. Here are some tips to avoid common case sensitivity pitfalls.

Reserved Words in Java

Here you will find a list of words that you cannot use as identifiers in a Java program.

Using Java Naming Conventions

Using standard Java naming conventions will increase the readability of your code and make it easier to maintain.

Java Comments – Using Implementation Comments

Enhance the readability of your programs by using Java comments.

The Fundamental Building Blocks of Java

It's not possible to achieve anything with Java until you understand the fundamentals of the programming language. Here you'll find all the basic building blocks brought together to build the foundation needed to become a successful developer.

Discuss in my forum

©2012 About.com. All rights reserved.

A part of The New York Times Company.