Tag: programming languages
Questions Related to programming languages
Static variables are implicitly final.
In a Switch construct ,the default statement must be placed after all the case statements.
This is a legal way to create an instance of an inner class: OuterClass.InnerClass x=new OuterClass().InnerClass();
When an array is constructed,are its elements automatically initialized?