Showing posts from May, 2020Show all

First Program of JAVA  First of all open your text editor & create file with .java extension. Here i am saving file as  ClassNAme.java. Remember here name of the .java file & name of the class must be same. JAVA …

What is Programming? Computer programs are sequence of code that computers understand.  Programs are found everywhare, Java, JavaScript, C#, C++, PHP, Python, Swift, SQL, Ruby, etc are the programming languages reason behin…

JAVA Installation

JAVA Let's Start 1] Installation For Ubuntu To check in your PC java is installed or not  use this Command.     java -version If it is installed it will show the version. If it is not installed use below's c…

Introduction of JAVA JAVA is a OOP (object-oriented programming) Language. JAVA is developed by Sun Microsystems.  And it was released in 1995. It has features of  C & C++ as well as it includes more features. JAVA is…