HTML TAGS – Part 2

HTML documents are composed of a set of elements, each represented by a tag. These tags are used to define the structure and layout of a web page. Here are…

static vs non static java

Image referred from: http://www.sitesbay.com/java/images/basic-java/Static-and%20non-Static-Method-rules.png static: In Java, the โ€˜staticโ€™ keyword is used to declare members (variables and methods) that belong to the class itself, rather than to individual instances of…

Data types in Java

Before we discuss Java data types, programming languages categorized into two types there are, Statically typed programming languages Dynamically typed programming languages Image referred from: https://nosleepjavascript.com/javascript-is-best/ Statically typed programming languages…