Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What are the basic syntax in Java programming Language?

user-image
Question added by Bashir Kankia Nuhu , Managing Director(MD) / Chief Executive Officer (CEO) , N.I.K Web services Limited
Date Posted: 2015/02/19
Deleted user
by Deleted user

public static void main(String arg{})

{

}

Vittorio Cerioli
by Vittorio Cerioli , Teacher , ICS Villanterio (PV)

Java arose from C. The basic sintax is taken from C. The main difference with C is the "philosophy": C is a procedure driven language, Java is an Object Oriented language and therefore it's founded on data (the classes).

More Questions Like This