Posts by Saruque Ahamed Mollick

Author Biographical Info: Hi, I am a co-founder of CodeSpeedy Technology Private Limited.
I am in love with technology, music and green places.

Java Program To Insert Data Into MySQL Table Using JDBC

By Saruque Ahamed Mollick

In this post, we are going to learn several things at the same time. You are being suggested to use NetBeans or Eclipse or any platform you prefer to work on java projects. Though .... Read More

Check If A String Is Palindrome Or Not Ignoring The Case Of Characters In Java

By Saruque Ahamed Mollick

In this post, we are going to learn if a string is a palindrome or not ignoring the case of the characters used to build the string. What is a palindrome word? A word is said to be.... Read More

A Java Program to Find Duplicate Values in an Array

By Saruque Ahamed Mollick

In this post, we are going to write a program to find the duplicate values in an array in Java. Suppose an array is holding these values {1,4,5,3,1,8,7,5,7} This program will print.... Read More

FizzBuzz Problem In Java- A java code to solve FizzBuzz problem

By Saruque Ahamed Mollick

Before going to solve this problem let us know about the problem How to replace String Characters In Java Using replace() Method? FizzBuzz Problem The FizzBuzz is an ancient word g.... Read More

How to replace String Characters In Java Using replace() Method?

By Saruque Ahamed Mollick

Now we are going to see the easiest way to replace characters of a string with our desired character in java using replace() method. Below is the example of a String which we are g.... Read More

3D Photo/Image Gallery (on space) Using HTML5 CSS JS

By Saruque Ahamed Mollick

Nowadays everybody wants something cool and different on their website from other websites. So here you will find something really cool. Today I am gonna share 3d image gallery. It.... Read More

Guess The Number Game Using Java with Source Code

By Saruque Ahamed Mollick

In this Java tutorial, we will learn to make an interesting game in Java. This game is basically known as guess the number game. So be ready to learn how to create Guess the number.... Read More

Guess The Number Game Using JavaScript

By Saruque Ahamed Mollick

In this post, I am going to share a source code of “Guess The Number” game using JavaScript At first, let’s see what kind of game is this and how does it work? Af.... Read More