#java
Read more stories on Hashnode
Articles with this tag
class Student{ public static void main(String [] args){ Student s1; // Reference s1 is created in the stack s1 = new Studnet(); //...