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.
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
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
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
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
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
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
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
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