What is collection api?
Does the order of public and static declaration matter in main method?
Can you create an object of an abstract class?
How many static init can you have?
What does it mean that a method or field is “static”?
Can a source file contain more than one class declaration?
Can you give few examples of final classes defined in java api?
What restrictions are placed on method overloading?
Can a abstract class be defined without any abstract methods?
What is the diffrence between inner class and nested class?
Can a main method be declared final?
What happens when you add a double value to a string?
What modifiers may be used with a top-level class?
Can a class extend more than one class?
How is final different from finally and finalize?