Java source code examples

Java source code samples. Java code examples.

Entries Tagged as 'General'

Create an object of a class

April 2nd, 2008 · No Comments

We can create an object of a class using the new operator

public class Util {
public static void main(String[] args) {
Thread t = new Thread();
}
}

[Read more →]

Tags: General

Polls Archive

March 9th, 2008 · No Comments


[Read more →]

Tags: General