Introduction to java and installation of IDE require
Source Code:
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package java_program1;
/**
*
* @author well
*/
public class Java_program1 {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
System.out.println("hello");
}
}
Web Development Lectures👇👇 LEC 3: Goto : N OTES V IDEO LINK LEC 2: Goto : N OTES V IDEO LINK LEC 1: Goto : N OTES V IDEO LINK For any queries join our telegram group click to join PPT of OOPS
Comments
Post a Comment