Header javaperspective.com
JavaPerspective.com  >   Beginner Tutorials  >   3. Java Basics

3. Java Basics
Last updated: 27 January 2013.

This chapter explores the basics of Java programming. The tutorials 3.1 to 3.5 (included) are quite concise as they do not provide any complete code samples that you can run. Instead, those 5 tutorials introduce the basic concepts you need to know before being able to write your own code. Complete code samples will be provided in the tutorial 3.6 and the following.

Note that the code samples in this chapter make a very limited use of strings, although they are very easy to use in Java. The reason behind it is that you have not yet learned the object-oriented concepts of Java and because strings are objects, I believe it is wise to leave them to later chapters, for greater clarity.


You are here :  JavaPerspective.com  >   Beginner Tutorials  >   3. Java Basics
Next tutorial :  JavaPerspective.com  >   Beginner Tutorials  >   3. Java Basics  >   3.1. The Java keywords

Copyright © 2013. JavaPerspective.com. All rights reserved.  ( Terms | Contact | About ) 
Java is a trademark of Oracle Corporation
Image 1 Image 2 Image 3 Image 4 Image 5 Image 6 Image 7