Java Basic Practice Test-4

Can we override a static method?

Can we make a constructor static?

Can we override the private method?

Can we declare main method as final?

Can we declare a constructor as final?

What is correct execution sequence for static block,constructor,initialize block and method?

How much memory use by a class?

Do you always need to create objects from class?

Can we declare a constructor as private in java?

Can a java application be run without the implements of OOPs concept?