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