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();
}
}
April 2nd, 2008 Albin Joseph Posted in General 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();
}
}
March 9th, 2008 Albin Joseph Posted in General 3 Comments »
How Is My Site?
Total Voters: 0
Start Date: May 31, 2011 @ 8:36 AM
End Date: No Expiry