Forum: Java Jun 8th, 2005 |
| Replies: 9 Views: 2,376 copy this following code sample
class Test
{
public static void main(String arg[])
{
System.out.println("Hello From the Java World");
}
} |
Forum: Java Aug 7th, 2004 |
| Replies: 3 Views: 38,856 How to get IP Address of all PC through java program |
Forum: Java Aug 3rd, 2004 |
| Replies: 2 Views: 5,029 In a database program we configure the Access file through ODBC option provide in the control panel. Then we obtain the dns name of the database with wich we connect it to or application. This all is... |