General

Programming Resource Home :: Java-Tutorials :: General

Advertisement

Advertisement




General
Tutorial Input From Console
The Console Class inherits from Java.io.console and implements flushable interface. The Input from Console is used to access the character -based console device associated with the current Java virtual machine. View Rating



General
Tutorial Get Month Name Example
In this Example we want to describe you a code that help you in understanding a how to get a 'Get Month Name Example'. View Rating



General
Tutorial Get Last Day of The Month
Calendar class inherits from Java.util.calendar.Calendar is base abstract class, that is used for converting between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOUR. View Rating



General
Tutorial JavaScript array prototype
We can add and modify the properties and methods of the array by using the property "prototype" of the array class. View Rating



General
Tutorial JavaScript array properties
In the JavaScript array class there are few read-only properties and few read-write properties that may be used sometimes whenever they are required. View Rating



General
Tutorial Audio MIDlet Example
This example illustrates how to play audio songs in your mobile application by creating a MIDlet. View Rating



General
Tutorial Different Size of Font MIDlet Example
This example simply shows the different size of font. There are three attributes are used for the different font sizes. View Rating



General
Tutorial Get Help MIDlet Example
This example illustrates how to take help from any other text file which is stored in res folder in your midlet. In this example we are creating a form which name is "New Form". In this form we will add two buttons that are "Help" and "Exit". View Rating



General
Tutorial Media MIDlet Example
Creating more then one player in a MIDlet, Here we have created an 'item' object for Hashtable and put all 'wav' file in this table with object 'key' and object 'value' which maps the keys to value. View Rating



General
Tutorial Pointer Example
This type of example is basically used in touch screen technology, here we are trying to create a pointer which location is based on the screen touch pointer. The source code for this small example of touch screen application. 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   79   80   81   82   83   84   85   86   87   88   89   90   91   92   93   94   95   96   97   98   99   100   101     [>>]

Send your comments, Suggestions or Queries regarding this site at [email protected].

Copyright © 2004. All rights reserved.