CORE JAVA

  • Java is one of the programming language by using we can communicate with the machines or in other words we can give the instruction to the computers.


PRE - PROGRAMMING

PROGRAMMING LANGUAGE: 

  • Programming is the language we used to communicate with the machines and computers.
  • Java is one of the programming language by using we can communicate with the machines or in other words we can give the instruction to the computers.

A Structure of JAVA Programming







Display JAVA programming 

There are two ways to display  any data from JAVA programming.
  1. System.out.print("Number/Text");
  2. System.out.println("Number/Text");



Problems: