Visit Sponsor

Month: January 2026

Blog Views: 4

Crate a New Repository in GitHub

You can follow the below steps to create and delete branches from GitHub.com Follow Screen Instructions...

Read More

Blog Views: 5

Creating HelloWorld Application in PhoneGap Cordova Plugin

1. Download Latest PhoneGap Plugin 2. Creating an new android project 3. Adding Html, CSS and JavaScript files to project 4. Add PhoneGap...

Read More

Blog Views: 7

Sending SMS from JavaScript using Phonegap SMS plugin

1. Introduction 2. Features supported 3. How to integrate the SMS plugin 4.Sending SMS using Intent method 5. Sending SMS using SMS manager...

Read More

Core Java Views: 5

Sort Array ascending or descending using comparator in Java

Quick Java code snippet to sort Array ascending or descending using comparator in Java....

Read More

Core Java Views: 13

How to Test String Equality in Java?

Sample program to test String Equality in Java using equals to (==) operator and String.equals() method....

Read More

Core Java Views: 8

String Concatenation Test in Java

Sample Java program to concatenate two strings using plus (+) concatenation operator....

Read More

Core Java Views: 7

Reverse of String in Java

Quick Java code snippet to reverse java string using for loop. import java.util.Scanner;class ReverseString{ public static void main(String...

Read More

Core Java Views: 6

Insertion sort example in Java

Code snippet to sort array using insertion sort algorithm in java....

Read More

Core Java Views: 8

String length and trim string in java

Code snippet explains the usage of String class length and trim() method....

Read More

Core Java Views: 6

How to change upper case string to lower case in Java

Quick Java code snippet to change case of a String in Java. It uses toUpperCase() and toLowerCase() methods present in java.lang.String...

Read More
Close