Can a class be declared as static?
Answer / Romesh Kumar Singh
Yes, a class can be declared as static. A static class does not have an instance of its own and cannot access non-static members from other instances. It can only contain static members.
| Is This Answer Correct ? | 0 Yes | 0 No |
Print Vertical traversal of a Binary Tree.
Give us a program to check for parenthesis matching using stack.
Is empty set an element of empty set?
What is keyword and identifier?
Is set ordered in java?
What is static binding and where it occurs?
Difference between abstract and concrete class ?
What is an object's lock and which object's have locks in java programming?
Name the methods in mouse listeners ?
What does main method?
What do u mean by variable?
What is break and continue statement?