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.

Make A Multiplication Table in Java with a specific range

By Saruque Ahamed Mollick

In this post, I’m going to write a java program where the user can give the input which is going to be multiplied and user can also give the range as an input. That means cre.... Read More

Java Program to Print Fibonacci Series

Java Program to Print Fibonacci Series

By Saruque Ahamed Mollick | October 15, 2017

So, you are here to find a suitable program for you to display the Fibonacci series. What is Fibonacci series? Fibonacci Series is one kind of series in mathematics. It is also known as Fibonacci sequence. The sequence looks like below : 0,1,1,2,3,5,8,13,21,34,55,89,144,…… and so on If you try to understand the protocol of this […] Read More

Java Exceptions , Errors , Exception Handling in Java

By Saruque Ahamed Mollick

In this article we are going to learn Java Exceptions, Errors , How to handle those exceptions, different types of exceptions with some easy and understandable examples. What is an.... Read More

Java Garbage Collection

Java Garbage Collection

By Saruque Ahamed Mollick | February 3, 2017

I was trying to find the best information on Java garbage collection and why java does not support destructors. Almost read 100 of blogs and articles on Java garbage collector and destructors method in java. I have found to the point answer but I was looking for the process and was looking for the exact method by […] Read More

java.lang.NOSuchMethodError: main Exception in thread “main”

By Saruque Ahamed Mollick

There are lot of errors we have to face while programming. today we are going to know about this error mentioned below and also we will come to know that how to solve this kind of .... Read More

Related Posts