Java, J2EE, SQL, Frameworks, APIs, Exceptions and more..
Pages
(Move to ...)
Home
About
Guest Post
▼
Saturday, May 24, 2014
New Features of Java 7
›
Java 7 contains many new features, enhancements and bug fixes to improve efficiency to develop and run Java programs. Here is a brief sum...
Monday, April 14, 2014
Java program to create doc/docx file
›
Apache POI can be used to create a doc/docx file. To know more click here . You can download latest version of jar files(i.e. poi-bin-3....
Java program to read doc/docx file
›
Apache POI can be used to read doc/docx file. To know more click here . You can download latest version of jar files(i.e. poi-bin-3.10-F...
Monday, March 17, 2014
Shell script - function to split a string based on a delimiter
›
#!/bin/ksh #function to split a string based on a delimiter function split { string=$1 delimiter=$2 echo "sp...
UNIX/LINUX - How to encrypt/decrypt a text file
›
crypt command can be used to encrypt/decrypt a particular text file in UNIX/LINUX. It is a simple encryption algorithm which works on a sec...
‹
›
Home
View web version