Quantcast
Channel: Kushal's Java Blog | Software Engineering Blog
Browsing all 25 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

How To Print A Text File In Java

You will learn the following in this tutorial. - How to read the file content (text) from a file using BufferedReader - How to get a PrinterJob - How to create a PrintBook and append the Printable Page...

View Article



Image may be NSFW.
Clik here to view.

Writing To Excel File Using Apache POI

This is a java tutorial where I have demonstrated how to use Apache POI to write data to any excel/spread sheet. The program handles HSSF model of spreadsheet. /** * @author Kushal Paudyal *...

View Article

Image may be NSFW.
Clik here to view.

Reading / Writing File in Java and String Manipulation

I wrote this piece of java code because I encountered a situation where I had a list of some strings from some table in database and needed to create an in clause. Since the number of items was huge,...

View Article

Image may be NSFW.
Clik here to view.

BBCode Appender On Line Of Text – Java Utility – Sample Tutorial

How it began? When I started a PHPBB Forum I defined BBCodes for Ads (Google Ads etc) in the board so that in any posts when I insert those BBCodes, corresponding Ads would be coming up. The Problem:...

View Article

Image may be NSFW.
Clik here to view.

How To Read DOC file Using Java and Apache POI

One of the visitors of my blog asked me write how to read a document file using Java. I wrote the following program to demonstrate how Apache POI can be used for this purpose. I have used the following...

View Article


Image may be NSFW.
Clik here to view.

How To Rename A File In Java

This little program demonstrate how to rename a file in Java. The code Takes original file name and renamed file name as parameter Checks whether the file exists Checks whether the input file provided...

View Article

Image may be NSFW.
Clik here to view.

Computing the total, free and usable disk space easily using JDK 1.6

Note: This tool uses Jdk1.6. It does not work for lower versions of java sdk/jdk. You can run this tool to find the disk space, free space and usable disk space although for several of my test, usable...

View Article

Image may be NSFW.
Clik here to view.

File Copy From Local Folder or Network Folder Using Java With Capability To...

One of my network folders had more than 20000 files and every time I tried to open the foder by myself to copy some files, the windows would simply freeze or slow down to an extent that I could no...

View Article


Image may be NSFW.
Clik here to view.

Calculating Folder Size Graphically and Generating Directory Size Chart In Java

Why I Wrote this Program? I had a large collection of my personal pictures and videos on many folders on my laptop. I wanted to know which folder is taking lots of spaces. In fact I wanted to compare...

View Article


Image may be NSFW.
Clik here to view.

Java Tutorial – Using JCIFS to copy files to shared network drive using...

This is a quick and dirty example of how you can copy the files to shared network drive. We have tested this under Microsoft Windows, Mac and Linux platforms. To do the actual file copy, we have used...

View Article

Image may be NSFW.
Clik here to view.

Reading the Resource or Property files in Java as a file stream and...

A good programming practice is to avoid hardcoding values in your Java File. These values should be read from some resource files or proerty files. The major benefit of doing that is that in case you...

View Article

Image may be NSFW.
Clik here to view.

Calculating Folder Size In Java

The following piece of java code demonstrates how we can calculate the size of a given folder using Java Application. This uses a recursive technique. We start with a root directory, and start listing...

View Article

Image may be NSFW.
Clik here to view.

How to read a tab separated or tab delimited file in Java program and print...

In a tab delimited file every line or record has the same number of fields that are separated by the tab character. In the following java program, We read the records or lines in a loop For each...

View Article


Image may be NSFW.
Clik here to view.

Writing To Excel File Using Apache POI

This is a java tutorial where I have demonstrated how to use Apache POI to write data to any excel/spread sheet. The program handles HSSF model of spreadsheet. /** * @author Kushal Paudyal *...

View Article

Image may be NSFW.
Clik here to view.

Computing the total, free and usable disk space easily using JDK 1.6

Note: This tool uses Jdk1.6. It does not work for lower versions of java sdk/jdk. You can run this tool to find the disk space, free space and usable disk space although for several of my test, usable...

View Article


Image may be NSFW.
Clik here to view.

Reading Excel File Using Java And Apache POI

In this Java Tutorial, I will show you how to read the content of an Excel File. The tutorial will read a sample excel file and then print the content to the console. Making tutorials simpler to...

View Article

How To Print A Text File In Java

You will learn the following in this tutorial. - How to read the file content (text) from a file using BufferedReader - How to get a PrinterJob - How to create a PrintBook and append the Printable Page...

View Article


Calculating Folder Size Graphically and Generating Directory Size Chart In Java

Why I Wrote this Program? I had a large collection of my personal pictures and videos on many folders on my laptop. I wanted to know which folder is taking lots of spaces. In fact I wanted to compare...

View Article

How To Rename A File In Java

This little program demonstrate how to rename a file in Java. The code Takes original file name and renamed file name as parameter Checks whether the file exists Checks whether the input file provided...

View Article

File Copy From Local Folder or Network Folder Using Java With Capability To...

One of my network folders had more than 20000 files and every time I tried to open the foder by myself to copy some files, the windows would simply freeze or slow down to an extent that I could no...

View Article
Browsing all 25 articles
Browse latest View live




Latest Images