• Java

Java MD5 Hashing & Salting: Secure Your Passwords

14 years ago

The MD5 Message-Digest Algorithm is a widely used cryptographic hash function that produces a 128-bit (16-byte) hash value. MD5 has been employed in a…

  • Database

Index Skip Scan in Oracle

14 years ago

With Oracle 9i, the Cost-Based Optimizer (CBO) is equipped with many useful features, one of them is “Index skip scan“.…

  • Database

Pagination in Oracle using ROWNUM and Limiting Result Set

14 years ago

ROWNUM is a magic column in Oracle Database that gets many people into trouble. When you learn what it is…

  • Java

How to Add Password Protection to PDF using iText in Java

14 years ago

iText is very powerful library. It is used extensively to create PDF files in Java applications. Although not free, iText…

  • Database

Index usage with LIKE operator in Oracle & Domain Indexes

14 years ago

A lot of developers might be confused about index selectivity while using %LIKE% operator. So please find below how index worked when…

  • Database

How To Convert Number into Words using Oracle SQL Query

14 years ago

How can you convert a number into words using Oracle Sql Query? What I mean by Number to Word is:…

  • Featured

Spring 3 MVC – Autocomplete with JQuery & JSON example

14 years ago

Let us implement Autocomplete feature in Spring MVC application using JQuery. Autocomplete is a feature you”ll see in almost all…

  • JavaScript

Deleting Multiple Values From Listbox in JavaScript

14 years ago

There was a requirement of deleting multiple options from a listbox using JavaScript. User can select multiple items from a…

  • Hibernate

org.hibernate.AnnotationException: No identifier specified for entity

14 years ago

When you are writing a piece of code from scratch a lot of time you do silly mistakes and still…

  • Android

Android: Trigger Media Scanner Programmatically

14 years ago

While working on an Android App, I had to integrate the Camera API. User can take a photo from App…