Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[TuT] Getting started with Java Programming!
#12
(04-06-2010, 03:46 AM)BlackSpider Wrote: So now just write this code inside your Class(NewClass):
Code:
public static void Main(String[]args){
        System.out.println("Hello, world");
    }

I just started learning java but this part isn't completely accurate it should be writing like this (i think):
Code:
public class HelloWorld
{
        public static void Main(String []args)

      {
           System.out.println("Hello World");
      }

}// end class
[Image: burninglove4.png]
Reply


Messages In This Thread
RE: [TuT] Getting started with Java Programming! - by Untouch - 10-01-2010, 10:01 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  15 Tutorials to get you started with Java RDCA 20 3,110 01-14-2012, 07:14 PM
Last Post: RDCA
  why java haphazard 8 1,557 12-12-2011, 03:23 AM
Last Post: RDCA
  Need Java help from java expert. Blazin 2 1,963 09-07-2011, 02:43 PM
Last Post: AceInfinity
  Java help php 1 867 04-06-2010, 06:41 AM
Last Post: php
  [TUT]GLOBAL VARIABLES FOR JAVA!!![TUT] Ⱳąŗɗ 4 1,286 03-29-2010, 01:58 PM
Last Post: Project Evolution

Forum Jump:


Users browsing this thread: 2 Guest(s)