Posted 18 January 2006 - 11:30 PM
Posted 26 January 2006 - 04:03 PM
Posted 26 January 2006 - 04:26 PM
Posted 28 January 2006 - 05:13 AM
Posted 28 January 2006 - 02:28 PM
Edited by Osiris, 28 January 2006 - 09:18 PM.
Posted 17 July 2006 - 09:14 PM
Posted 18 July 2006 - 08:19 AM
To compile a single Java file:
javac FileName.java
To compile all your Java files at once:
javac *.java
When javac successfully compiles a .java file, it produces a corresponding .class file.
To run the main() method in a particular class:
java NameOfClass
To supply command line arguments:
java NameOfClass Arg1 Arg2 ...
Note that you do not include the file extension .class.
If your program freezes while running you can usually hit Control+C to stop it.
Posted 03 August 2006 - 06:09 AM
Posted 04 August 2006 - 03:03 PM
Edited by treycarroll, 04 August 2006 - 04:31 PM.
Posted 17 August 2006 - 09:25 PM
/*
Demonstrates the if statement
cuz i love loops.
Written by ussr1943
*/
class IfStat {
public static void main(String args[]) {
int java, c; //declares Java & C(++)
java = 10;
c = 1;
if(c < java) System.out.println("Java Rocks My Socks!");
if(java == c) System.out.println("you won't be able to see this becuase i love java more than c++");
}
}Edited by ussr1943, 17 August 2006 - 09:53 PM.
Posted 30 January 2007 - 11:04 AM
Posted 30 January 2007 - 05:29 PM
<html> <head> <title></title> </head> <body> </body> </html>
<a> <b> <c> </c> </b> </a>
<a> <b> <c> </b> </c> </a>
Posted 30 January 2007 - 08:45 PM
Posted 31 January 2007 - 11:31 AM
The easiest is VBwhats a very easy language that is very effective? Maybe VB? or C? post here.
Keith
Windows ME (spare computer)
Windows XP 2002 Professional SP3 (desktop computer)
Windows 7 Professional SP1 32bit (laptop computer) it works great but its packed up
Now its Inspiron 17 3793 Windows 10 64bit crap, its the worst laptop design ever made
0 members, 1 guests, 0 anonymous users