java programming
Refer to this website:
http://allaboutjava.com/
what is java
Java is a general-purpose programming language that is
class-based, object-oriented, and designed to have as
few implementation dependencies as possible.
Hello World in Java:
public class FileName {
public static void main(String args[]) {
System.out.println("Hello World!");
}
}
what is java
Java is dynamic. It’s an object oriented programming language.
architecture-neutral. Because applications written in java are convenient
across many platforms.
java
class Anupam
{
public static void main(String...args)
{
System.out.println("HI this is Anupam Guin from Kolkata,INDIA");
}
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us