by admin | Nov 26, 2020 | How to
How to create a Gmail account? Gmail is a free email service provider widely used worldwide to communicate and exchange personal and professional emails. With almost a billion active users, Gmail supports exchanging images, files, presentations, documents, videos etc....
by admin | Nov 26, 2020 | How to
How to block emails on Gmail? Email or electronic mail is shared on the internet, including content, website URL, signature and different forms of attachments (unlike images, mp4, mp3, Pdf, excel, word file, notepad file, PowerPoint etc. Sometimes, the attachments or...
by admin | Nov 26, 2020 | How to
How to change Gmail Password? Today Gmail account is linked to all your application and software unlike, Instagram, Facebook, and Skype, etc. You can log in to different platforms directly using a google account. Thus, Gmail login ID and password are very important...
by admin | Nov 26, 2020 | How to
How to add Signature to your Mail Gmail has formed an inevitable aura around the business world. Gmail was launched in the year 2004 as an email service provider with very basic infrastructure and limited features. But with time, Gmail developers have constantly work...
by admin | Nov 25, 2020 | How to
How to change the name in Gmail Frequently asked questions: How I can change my Gmail nameSteps to change the name of Gmail accountStep to change to the name of Gmail on Android. ‘Name’ is the first thing that appears in other people’s inbox when you...
by admin | Nov 25, 2020 | How to
How to add contacts to Gmail? Managing your inbox is a tiresome task, but one way to make it effortless and easier is to gain an add on the benefit of Gmail’s Contacts features. Unlike smartphone contact, Gmail also provides the facility to add contacts to your...
by admin | Nov 24, 2020 | java
Addition Program in Java We can perform the addition (sum) of two or more numbers by using the arithmetic operator (+). To write an addition program in Java, one must understand how the + operator works. In this section, we will create Java programs that add two or...
by admin | Nov 24, 2020 | java
Calculator Program in Java A calculator performs the basic mathematical operations such as addition, subtraction, multiplication, etc. In this section, we will create a calculator program in Java using switch case and Java swing. Let’s start with the switch case....
by admin | Nov 24, 2020 | java
Pattern Programs in Java In Java, pattern programs are the most important from the perspective of interviews. The pattern programs improve thinking and coding skills. It also helps us to develop a firm grip on looping concepts. In this section, we will create...
by admin | Nov 24, 2020 | java
Leap Year Program in Java: A leap year is a calendar year that have an extra day i.e. 366 days instead of 365 days is called leap year. In other words, A year that is completely divisible by 4 is called leap year. In each leap year, the month of February has 29 days...