I want to ask >>what is the use of (string args[])???
and how can I use system.exit >>without intially import the package (java.lang) ?
thanks ^^
import javax.swing.JoptionPane;
public welcome1 {
public static void main (stirng args[]){
JoptionPane.showMessageDialoge(null,"welcome to java");
system.exit(0);
}
}