Category Programming

Set Up Passwordless Login in Laravel

Passwordless login in laravel

In the last article, we discussed the difference between a passwordless login system and a password login system. In this article, you will learn to develop a passwordless login system in Laravel. What is Passwordless login? We discussed in detail…

Interfaces in Java

Interfaces in Java

We have already learned about the class. A class is a way of defining how an object would look and behave. A class contains variables and methods. Variables define how an object looks and feels. Methods inside a class define…

new, switch and assert keywords in Java

new switch 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,…

Java Is A Language of 50 Keywords ‘for’

java keyword 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…

Java Keywords – Java Is A Language of 50 Keywords

java is a language of 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,…

Object-Oriented Programming Concepts

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…