General

Programming Resource Home :: Java-Tutorials :: General

Advertisement

Advertisement




General
Tutorial Java example program to get the environment variable
The getenv() method of the java.lang.System provide us the functionality to get the environment variable value. View Rating



General
Tutorial Java example program to get epoch time of windows
Epoch is used to compare dates with the some other dates or dates with the other time format mathematically. That's why it is being used through out the whole programming world. View Rating



General
Tutorial Java example to get the execution path
We can get the execution path of the system in java by using the system property. For getting execution path we have used "user.dir" property of the system. View Rating



General
Tutorial Java example to calculate the execution time
This example program will describe you the way that how one can calculate or get the execution time of a method or program in java. View Rating



General
Tutorial Java example program to get extension
To get the file name and file extension separately we can do the string manipulation on the file name. Suppose "filename.ext" is some filename with extension is provided. View Rating



General
Tutorial Java example to get Object class name at runtime
In java there is a way that makes us enabled to get the object class name at runtime. View Rating



General
Tutorial Java example program to get the object's ID
In java there is no any specific method that provides us the object's ID. But each object has its own unique hash value which can be treated as unique Id for that object. View Rating



General
Tutorial Java example program to get Operating System type or architecture
In java environment we can write java code which will make us enabled to get the operating system type. View Rating



General
Tutorial Java example program to get the operating system name of the system
Many times we need to know the current operating system name on which we are working. So in java we have "os.name" property which provides us the information about the current operating system name. View Rating



General
Tutorial Java example program to get the operating system's version
You can check your current system's operating system version by the java code also. For this purpose you have to use the System's property "os.version". 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.