//3. Can also contain normal methods. //4. Is meant to be extended. //4. Can abstract classes private methods ? --> yes but non abstract //5. Can abstract classes have final methods ? --> yes but non ...
temp[i] = r.nextInt(101); // The nextInt(int n) is used to get a random number between 0 (inclusive) and n (exclusive).