Menu
Mohd Sohail
AUTHOR

Mohd Sohail

965
Posts
new, switch and assert keywords in Java
Java 6 min read

new, switch and assert keywords in Java

As we talked about abstract, for and continue keywords in our last article. We will be talking about the new, switch, and assert keyword in Java. new When we create a class in Java and decide to use this class, we need to make an object of this class and using the object of the aforementioned class, we control and use the components of the class. An object of a class works like the handle of a motorbike. Suppose you need to control the bike; you need to hold the handle of this

JavaUncategorizedtutorial
Java Is A Language of 50 Keywords 'for'
Java 3 min read

Java Is A Language of 50 Keywords 'for'

As discussed in the previous article, we will be talking about 50 important keywords of Java. We have about the abstract keyword last time. This time we will discuss ‘for’ keyword. For The ‘for‘ a keyword is a loop keyword among several other loopings keywords. The other looping keywords are while loop, do-while loop. In programming, whenever we want to repeat the code multiple times, we need to use for loop. The people new to the programming repeat the code whenever they need to p

JavaUncategorizednews
Java Keywords - Java Is A Language of 50 Keywords
Java 3 min read

Java Keywords - Java Is A Language of 50 Keywords

Freshly we have studied Object Oriented Programming Concept, and this time we will be discussing the necessary keywords in Java programming. In any programming language, the number of keywords is huge, but some keywords come into use very frequently. Today, we will be talking about those keywords. Please have patience and wait for all the parts of this article because it is challenging to talk about all 50 keywords in one piece. Important Keywords in Java abstractfor continue newsw

JavaUncategorizedtutorial
Object-Oriented Programming Concepts
Java 11 min read

Object-Oriented Programming Concepts

Object-Oriented Programming Concepts, as you know, we are going to learn Java programming language. Java is an object-oriented programing language. Don’t worry about it if you do not understand what it is because I will explain it to you. Object-Oriented programming has two main things * Object * Class Note – An object is anything that you can see or touch, and a class is a way to decide how that object would like and behave. To understand the Object-Oriented Programmi

JavaUncategorizedtutorial
Types of Code Translator
Java 3 min read

Types of Code Translator

Before we start learning about the Java programming language and start talking about Class, Object, variables, etcetera, we need to talk about code translator. A code translator is a piece of code that the developer of the programming language creates. We know that we will be writing code in some programming language, and that code will make your computer do something. That is why we must understand how a computer will handle our code. Let us take an example to understand Let

JavaUncategorizedtutorial
History of Java
Java 3 min read

History of Java

Sun Microsystems first introduced Java in 1995. The project was started in the lab of Sun Microsystems by James Gosling, Mike Sheridan, Patrick Naughton. There were more people in the team, but these three were main. The name of this team was the Green Team. The first version’s name was the Java Alpha Beta version in 1995. Java Development Kit, also called JDK, was first introduced in 1996. When Sun Microsystems released the first version of Java in 1996, it was called JDK 1.0, and the c

JavaUncategorizednews
Add Two-Factor Authentication In Wordpress
how-to 5 min read

Add Two-Factor Authentication In Wordpress

Setting up Two-factor authentication is very important for any online service we use today. It secures an account from having any unauthenticated person access your account, even with the login credentials. The WordPress login page is always brute-forced by malicious bots. These bots try to guess the username and password of your WordPress website. First of all, users should set a strong password to make it impossible to guess the password. If even after a secure password, username

how-to#Import 2024-11-04 15:59#Import 2025-11-09 20:01
Linux Mint 19.3 "Tricia" Beta Available To Download
Linux Mint 4 min read

Linux Mint 19.3 "Tricia" Beta Available To Download

For the past many releases, I have been covering Linux mint, and in each release, the team has delivered what it had promised. Now the new release is getting closer, and Mint users should know what will be delivered in the coming release Linux Mint 19.3 “Tricia”. Yesterday Linux Mint 19.3 codenamed “Tricia” was released. It is a big milestone for developers to reach since this release reflects what the team has been working for. After reading the release note and using it, it looks like

Linux MintUncategorizednews
Fixed "Error establishing a database connection" Wordpress error
how-to 3 min read

Fixed "Error establishing a database connection" Wordpress error

WordPress 5.2 has just come out with several improvements and new features. One of the features is detecting website errors and notifying the admin by sending an automated email. This feature is handy and solves issues that otherwise were very difficult to notice for admins. But there are a few errors not detected by WordPress’s new feature; hence admins need to find the cause to fix the issue. One such common WordPress error is ‘Error establishing a database connection”. I have seen man

how-to#Import 2024-11-04 15:59#Import 2025-11-09 20:01
Grove Sensors For Raspberry Pi
IoT 4 min read

Grove Sensors For Raspberry Pi

Raspberry Pi is a great invention that ever happened. We can use the little $35 computer to build from a cam kit to the future of kids in rural India. To learn more about what this little device can do or has done, read this article I wrote a while back. You can also visit Raspberry Pi’s official page and see how Raspberry Pi is being used for research and education. In this article, I will also use Raspberry Pi to create something exciting and useful. I will use Grove Sensors with

IoTUncategorizedtutorial
Zorin OS 15 Lite - The Best Replacement For Windows 7
Uncategorized 4 min read

Zorin OS 15 Lite - The Best Replacement For Windows 7

Zorin OS 15 was released in September with several new features and improvements. Yesterday Zorin team released Zorin OS 15 lite. The lite version is for the revival of old computers. The distro keeps getting new features in each update, but this time the work done in making the XFCE desktop environment look beautiful is really appreciatable. For most of my life, I have heard Windows users saying how beautiful Windows 7 is. Now Windows 7 is going to reach its end of life next year,

UncategorizedZorin OSreview
WP Maintenance Plugin Vulnerable To CSRF & XSS
news 4 min read

WP Maintenance Plugin Vulnerable To CSRF & XSS

If you have installed the WP Maintenance plugin on your WordPress site or blog, this article is for you. Recently, the Wordfence team discovered a CSRF vulnerability in the WP Maintenance plugin used to put the website on maintenance mode during maintenance. The plugin allows webmasters to customize the maintenance page and show it to all website visitors during maintenance. Wordfence team discovered CSRF vulnerability in the plugin that can also allow an attacker to inject malici

news#Import 2024-11-04 15:59#Import 2025-11-09 20:01