Install OpenJDK JRE / JDK in Ubuntu 20.04 LTS
OpenJDK and the one developed by Oracle Corporation are two most popular packages available to build/execute java programs. In this…
OpenJDK and the one developed by Oracle Corporation are two most popular packages available to build/execute java programs. In this…
C, programming language was designed by Dennis Ritchie. We have already discussed how to compile a C program in Ubuntu…
In this article, we would focus on how to compile C Program in Ubuntu distribution. C is a programming language…
In this article, we would focus on how to use Jupyter Notebook for writing Python programs. Jupyter Notebook provides us…
In this article, we would discuss how to install and setup Jupyter Notebook for Python programming language in Ubuntu. A…
In this article, we would discuss how to write/execute your first Python program. First, we will discuss input() function which…
In this article, we would discuss how to install both OpenJDK Java runtime (JRE) & Development Kit (JDK) in Ubuntu…
There are two items you will need to write your first Java program. These are: OpenJDK Development Kit (JDK) A…
In Kotlin, we can use both variables as well as constants (read-only variables). Depending on the instructions provided to the…
It is imperative to for us understand code comments before we delve further to understand basics of Kotlin. Developers who…