General

Programming Resource Home :: Java-Tutorials :: General

Advertisement

Advertisement




General
Tutorial Replace Character in String
This example replaces a character with a specified character in a given string. View Rating



General
Tutorial Convert Object to Double
In this section, we are going to convert an object type data into a double. View Rating



General
Tutorial Convert Byte to Hexadecimal
In this section, We are going to convert a byte value into a hexadecimal number. The package java.lang provides the functionality for this conversion. View Rating



General
Tutorial Convert Image Formats
In this example we are converting image of any format into jpg format. View Rating



General
Tutorial Convert Object To XML
Here we are discussing the conversion of an object into xml file with the help of an example. We are taking ten strings from console. Store these strings into an array of objects and pass these string objects into xml file as child node values. View Rating



General
Tutorial Convert Text To XML
Here we are discussing the conversion of a text file into xml file by giving an example. This example creates an xml file with its root node and child node. Then pass values into the child node. These values are in text format which is taken as input from View Rating



General
Tutorial Convert Text To PDF
Here we are discussing the convertion of a text file into a pdf file by using an example. In this example we take a string from console, pass this string into an object of paragraph class. Pass this paragraph object into the add() method of the document View Rating



General
Tutorial Convert ZIP To PDF
Lets discuss the conversion of a zipped file into pdf file with the help of an example. View Rating



General
Tutorial Convert Zip To EXE
In this example we are going to convert a zipped file into exe. View Rating



General
Tutorial Java Date Conversion
In java date conversion, two packages are used .They are java.util.* and java.text.*. The java.util.* package provides three subclasses that are named as java.util.Date, java.util.Time and java.util.Timestamp class. View Rating
Page:  [<<]   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   102   103   104   105   106   107   108   109   110   111   112   113   114   115   116   117   118   119   120   121   122   123   124   125   126   127   128   129   130   131   132   133   134   135   136   137   138   139   140   141   142   143   144   145   146   147   148   149   150   151   152   153   154   155   156   157   158   159   160   161   162   163   164   165   166     [>>]

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

Copyright © 2004. All rights reserved.