See Singleton Pattern here... package me.dhanoop.singleton; /** * * @author dhanoopbhaskar */ public class Singleton { private static c…
Read moreSee Singleton Pattern here... If the program will always need an instance, or if the cost of creating the instance is not too large in terms of ti…
Read moreLazy initialization is the tactic of delaying the creation of an object, the calculation of a value, or some other expensive process until the first…
Read moreIn software engineering, the singleton pattern is a design pattern that restricts a class from creating more than one object (Instantiation is rest…
Read moreA software design pattern is a general reusable solution to a commonly occurring problem within a given context in software design. A design pattern …
Read moreError: The program can't start because verify.dll is missing from your computer. Try reinstalling the program to fix this problem. This error …
Read moreError: could not open 'C:\Java\jre7\lib\i386\ jvm.cfg ' This error occurred when I tried to run a program using Java Virtual Machine Launche…
Read moreThe following is a Java method/function which avoids multiple occurrence (in a row) of some character in an input String. The parameters to the meth…
Read moreWithin the time period from Aug 19, 2013 12:30 AM IST to Aug 19, 2013 11:30 PM IST , the blog had 1K+ hits :) Out of which 900+ were from Unite…
Read moreവന്à´¦േ à´®ാതരം! à´¸ുജലാം à´¸ുà´«à´²ാം, മലയജ à´¶ീതളാം, സസ്à´¯ à´¶്à´¯ാമളാം, à´®ാതരം! à´¶ുà´്à´°à´œ്à´¯ോà´¤്à´¸്à´¨ à´ªുളകിതയാà´®ിà´£ിം, à´«ുà´²്ലകുà´¸ുà´®ിà´¤ à´¦്à´°ുമതല à´¶ോà´ിà´£ിം , à´¸ുà´¹ാà´¸ിà´¨ിം, à´¸ുമദുà´° à´ാà´·ിà´£ി…
Read moreReleased my "so called first" android application DCrypt today :) Sourceforge GitHub It is a simple android application for…
Read moreEncryptFile.java package com.java.blowfish; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import…
Read moreBlowfishAlgorithm.java package com.java.blowfish; import com.sun.org.apache.xml.internal.security.exceptions.Base64DecodingException; import …
Read moreAESAlgorithm.java package com.java.aes; import com.sun.org.apache.xml.internal.security.exceptions.Base64DecodingException; import com.sun.or…
Read moreNow we shall discuss how to include a JButton in a table cell. ButtonJTable.java /* * ButtonJTable.java * * Created on Aug 3, 2013, 02:57:5…
Read moreNow we shall discuss how to include a JCheckBox in a table cell. CheckBoxJFrame.java /** * CheckBoxJFrame.java * * Created on Aug 2, 2013…
Read morePlease refer to the previous post here... The function customizeTable() has been modified in order to include event handling functionality in th…
Read moreMainJFrame.java /** * MainJFrame.java * * Created on Aug 2, 2013, 11:57:36 PM */ package me.dhanoop.forblog; import javax.swing.DefaultC…
Read moreThe Out of Memory Error and Java Heap Space Error are two of the usual errors which occur in the Talend jobs handling a large volume of data. The…
Read moreThe Google is introducing its new project named Project Loon to overcome the terrestrial challenges to Internet connectivity such as jungles, archi…
Read morepackage routines; public class UserString { public static int Index(String string, String substring, Integer instance) { int index = -1; …
Read morepackage routines; public class UserString { /** * * L Removes leading occurrences of character. * T Removes trailing occurren…
Read morepackage routines; import java.util.regex.*; public class UserString { public static String MatchField(String sourceStr, String patternStr, Inte…
Read moreYou can export the Google Contacts to a Nokia phone very easily now!! Download the low sized application (only 5.7KB) dbVcfSplitter.jar from t…
Read more