RoseIndia.net

Java Tips and Examples

Programming Resource Home :: Java-Tutorials :: Java-Tips-and-Examples




Java Tips and Examples
Tutorial Java: Unicode
Unicode is a system of encoding characters. All characters and Strings in Java use the Unicode encoding, which allows truly international programming. View Rating



Java Tips and Examples
Tutorial Variables and Types
Data in memory is referred to by name. This is called a variable. You can think of a variable name as the human-usable equivalent of a memory address. View Rating



Java Tips and Examples
Tutorial Numbers
There are basically two kinds of numbers in Java and most other programming languages: binary integers (most commonly using the type int) and binary floating-point numbers (most commonly using the type double). View Rating



Java Tips and Examples
Tutorial Autoboxing
Autoboxing, introduced in Java 5, is the automatic conversion the Java compiler makes between the primitive (basic) types and their corresponding object wrapper classes View Rating



Java Tips and Examples
Tutorial Boolean
The primitive type boolean has only two possible values: true and false. View Rating



Java Tips and Examples
Tutorial Floating-point
Floating-point numbers are like real numbers in mathematics, for example, 3.14159, -0.000001. View Rating



Java Tips and Examples
Tutorial Integers
Java automatically converts decimal numbers you write in your source program into binary numbers internally. View Rating



Java Tips and Examples
Tutorial Array Review
Subscripts, Declaration, Allocation View Rating



Java Tips and Examples
Tutorial Sorting Arrays
Why you shouldn't write your own sort View Rating



Java Tips and Examples
Tutorial Arrays -- Multi-dimensional
All arrays in Java are really linear, one-dimensional arrays. However, you can easily build multi-dimensional arrays from these, and Java has features in the language to help you do this. View Rating
Page:  [<<]   1   2   3   4   5   6   7   8   9   10   11   12   13   14   15   16   17   18   19   20   21   22   23   24   25   26   27   28   29   30   31   32   33   34   35   36   37   38   39   40   41   42   43   44   45   46   47   48   49   50   51   52   53   54   55   56   57   58   59   60   61   62   63   64   65   66   67   68   69   70   71   72   73   74   75   76   77   78     [>>]


Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2004. All rights reserved.