#technology
Read more stories on Hashnode
Articles with this tag
Software that is designed according to the client's requirements is known as a software application. ie IRCTC app etc Software that is designed...
class Student{ public static void main(String [] args){ Student s1; // Reference s1 is created in the stack s1 = new Studnet(); //...