Friday, January 29, 2010

How to Reduce your Internet Bandwidth Usage

Internet Bandwidth calculation depends on the uploading and downloading of data and images in the site. Generally it consumes more bandwidth for uploading and downloading images. We have to disable the pictures from your Web-Browser to prevent more usage.

How to Read User Input in Java


Here we will see how to read user inputs in java.Always we can't hardcode values in java program some scenario requires input dynamically.
Consider wrapping an InputStreamReader within a BufferedReader.
 BufferedReader in
   = new BufferedReader(new InputStreamReader(System.in)); 


Wednesday, January 27, 2010

Java DOM Example

Here is an example explains how to create XML file using DOM API.domapi is very simple and easy to learn.below program explains step by step how to add XML header portion,content and footer portion for your XML file.

Example


Recent Comments

About This Blog

Blog Archive

  © Blogger template Webnolia by Ourblogtemplates.com 2009

Back to TOP