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…