Why Java is platform independent?

Here we will Learn Why Java is platform- independent? Asjava converts their code into bytecode with the help of a virtual machine that we call java Virtual Machine or (JVM) so that it can be run on any machine or platform as bytecodes can be understood by each and every machine in this world. Java … Read more

What Is The “String args[]” Parameter In The Main Method?

Today we will Learn What Is The “String args[]” Parameter In The Main Method? where it is a string type array which is used for storing the command line arguments in the form of strings. And args is the name of that string array and the name we can keep as per our requirement. String … Read more

Python Tutorial : Getting started with Python Programming

In this post we will learn about history of Python Language and introduction to Python , way for writing programs  Introduction to Python – History, IDE, Syntax Guido Van Rossum invented the python programming language in 1990’s.it is a high level language for solving problems on modern computer systems. here program can run on any … Read more

%d bloggers like this: