© 2023 Hashnode
#static
Introduction The "static" keyword in Java is used to define class-level members that belong to the class itself, rather than individual instances of the class. It signifies that a variable or method …
My previous article i wrote on the simple guide to learn final keyword.Please read it so you can be able to combine both knowledge in your journey to building great Java application. In this article, we’ll take a closer look at the static k…
The positioning property is used in CSS to determine where an element is placed on the page, we can further customize the placement of the elements by using top, bottom, left and right. note: when we …
Hello, Java folks! Have you ever tried to override the static method in java? No? Let's override it ✌️. But before overriding the static method, let me briefly explain what the overriding and static m…
Static Website Basically, a Static Website is a site created by the use of basic web languages like; HTML, CSS, and JavaScript. It is a limited functional site with a lack of flexibility and no user i…
Introduction Java, as one of the most popular and widely-used programming languages, offers a variety of features and capabilities for developers to create powerful and efficient software. One of the …
To fully understand any programming language, you need to understand the English language behind the programming language, Java is no different. This post will explain to you what classes, constructor…
A static site is a website that is not having a lot of server-side logic and is overall made of plain HTML, CSS, javascript, either one or all three of them Ex- Online portfolio, feedback form etc. Let's look at some of the Advantages of St…
Introduction Static Web App is one of Microsoft's incredible products that enable you to speed up the development of your app using modern programming frameworks such as React, Vue.JS, and Angular, am…
Let it be said, based on the observations of this novice programmer, that the ultimate pursuit of mankind seems to be the achievement of maximum convenience, hence why I believe dynamically typed languages have taken over as much as they cu…