Sunday, August 7, 2016

How to count number of Instance of a class

public class Bicycle {
...
public static int INSTANCES = 0;
...
  //constructor
    public Bicycle(int gear, int speed, int seatHeight, String color) {
        gear = 0;
        speed = 0;
        seatHeight = 0;
        color ="Unknown";
        Bicycle.INSTANCES++;
    }

    protected void finalize() {
        INSTANCES--;
    }

}


a. System.gc();
b. Runtime.getRuntime.gc();



No comments:

Post a Comment

உப்பு மாங்காய்

சுருக்குப்பை கிழவி. சுருக்கங்கள் சூழ் கிழவி. பார்க்கும் போதெல்லாம் கூடையுடனே குடியிருப்பாள். கூடை நிறைய குட்டி குட்டி மாங்காய்கள். வெட்டிக்க...