java Language is a vital part of the faculty of human kind. Its powerful aspect for communication which makes everyday life activities go around. Similarly, computers have their language too through which programmers...
Digital marketing is also known as online marketing. It is basically defined by its words like “digital” which means online and “marketing” which means advertisement. In simple words, we can say that...
Here you will get the form validation using javascript.We will try to cover all the validations. You need to only change the keycodes of keyboards to validate as per your requirement. There are few examples where i have done...
A Scanner Device for Capturing QRcode or barcode If you want to get any output from scanner device and wants to store data or manipulate the output data using java then follow these steps with Java Programming source...
Java Print Service with code. You can print any files or images (pdf,jpeg,png,docs) by using java programming code. If you are using Maven projects then include this dependencies in your POM file. <!-- --> ...
Generate QRcode and barcodes using Java For maven project add this dependency in your POM file. Make sure version should not be less than 2.2 otherwise error will occurs in code. <!-- --> <dependency> ...
Documents spreadsheets and PDF’s form. Required Dependency <dependency> <groupId>com.sun.mail</groupId> <artifactId>javax.mail</artifactId> <version>1.5.5</version> ...
The best way to secure password in database is by using Bcrypt, it is a password hashing function. BCrypt is based on the Blowfish block cipher cryptomatic algorithm and takes the form of an adaptive hash function. Bcrypt has...
java program decimal To Binary Conversion class DecimalToBinary { public static void main(String[] args)...
Oracle Normalization Quick References Guide for 1NF 2NF 3NF NORMALIZATION is a database design technique that organizes tables in a manner that reduces redundancy and dependency of data. Normalization divides larger tables...