OpenJDK

🧩 Instalación de OpenJDK 21 ⛶📅 Abril 2025 | 🔧 Tecnología: Java, OpenJDK | 🐧 Sistema: Xubuntu 24.04Como parte de la configuración de mi entorno de desarrollo en Xubuntu 24.04,...
0 Read More

DAY : 16 Explanation of variables

Difference between Local variable and Global VariableVariables are classified into Global variables and Local variables based on their scope. The main difference between Global and local variables is ...
0 Read More

Day 17: Arguments and Parameters

Arguments1.These are the values that are passed to the function when it's called. 2.They are the actual data that the function will use to perform its operations. For example, in the function call add...
0 Read More