Programming Language.
- Easier
*JAVA Programming.
- How to print Hello Worlds?
=> public class simplecode{
public static void main(String arde[])
{
System.out.printIn("HELLO WORLDS");
}
}
OUTPUT;- HELLO WORLDS
table of content
=> Introducation of JAVA ? [ Read More]
=> What is Java? [Read More]
=> BASIC TIPS OF JAVA.{READ MORE}