Hi, This is Saraswoti here. By profession, I am a Software Engineer and by passion, I am a Blogger/Writer/Author. Being a Software Engineer, I always love to explore new things, learn new technologies, and share my knowledge with people.
In this tutorial, we will learn how to extends multiple class in Java. Is it possible or not in Java and if not possible then how can we accomplish this? …
In this tutorial, We will try to find the difference between Static String and Static Final String in Java. See the complete tutorial to understand the exact difference. What is …
In this post, we will learn how to develop a program to find double letter sequence words in Java. We will use the split( ) method and some simple logic …
We can find GCD of two numbers using constructor in Java, like default Constructor or Parameterized constructor. Let’s see the complete simple programs and understand them step-by-step. Let’s understand some simple …