Header Ads

  • Breaking Now

    If you have static block, constructor and main method in Java file then what will be the sequence of method calls?

    The sequence of call will be:
    1. static block
    2. main
    3. constructor

    Post Top Ad

    Post Bottom Ad