#programming-blogs
Read more stories on Hashnode
Articles with this tag
Structured Query Language (SQL) SQL (Structured Query Language) is a standardized programming language used for managing relational databases. It...
In Java, the static keyword is used to declare members (variables and methods) that belong to the class itself, rather than to any specific instance...
OOPS stands for Object-Oriented Programming. It is a programming paradigm that uses "objects" to design software. An object is a data structure that...
Class A class is a blueprint or a template for creating objects. It defines the structure and behaviour of objects that can be created based on...
What is an Algorithm? 🤔 An algorithm is a set of clear and specific steps that can be used to solve a particular problem. It provides a systematic...
"write once, run anywhere" · What are Data Types? Data Types in Java are used to define the type of a variable and the type of data it can store. They...