Class Run

java.lang.Object
Run

public class Run
extends java.lang.Object
this class gives a test to the whole program and method is inside this class
  • Constructor Summary

    Constructors 
    Constructor Description
    Run()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  
    static Student modifyObject​(Student student)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Run

      public Run()
  • Method Details