About Start Software

Start Software is an award-winning developer and leading publisher of asbestos software, systems for the legal services industry and more.

Want to know more about asbestos software Alpha Tracker? Alpha Tracker is the most used asbestos software in the UK, Australia & New Zealand with more than 60m items of asbestos data stored.

Our legal services software Alpha Legal helps will writers, accountants, solicitors, IFAs and estate agents to communicate securely with clients. Read about developments here on the blog.

Or need help with Alpha Anywhere or Alpha Transform projects or software development? You'll find useful info here.

Pengenalan Java


PENGENALAN JAVA
Coding  JAVA

public class Hello
{
/**
* My first Java Program
*/
public static void main( String[] args){
//prints the string Hello world! on screen
System.out.println("Hello world!");
}
}

Cara menjalankan menggunakan CMD:

cd..
cd..
seterusnya
javac Hello.java
java Hello

dir/w

Kalo sudah ada file Hello.class brarti sudah benar.

Cara yang kedua
Coding
public class Hello
{
/**
* My first Java Program
*/
public static void main( String[] args){
//prints the string Hello world! on screen
System.out.println("Hello world!");
}
}

class OutputVariable
{
public static void main( String[] args){
int value = 10;
char x;
x='A';
System.out.println(value );
System.out.println("The value of x="+x);
}
}

Cara menjalankan

javac Hello.java
dir/w

Kalo sudah ada OutputVariable.class berarti sudah benar

Comments

Popular posts from this blog

Yang Terdalam

Cinta Tak Harus Memiliki