Why do inner class cannot have static declaration except
static nested class?
Answer Posted / adithya
Static have only one copy in memory. For class we have to
create objects. But for static we cannot create.
Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
What is the main purpose of serialization in java?
What is the purpose of using java.lang.class class?
Can singleton class be inherited in java?
Can a static class have a constructor java?
What is singleton pattern?
What is main function purpose?
What is a native method in java programming?
What is jagged array in java?
Differences between traditional programming language and object oriented programming language?
How many digits is int32?
What is the purpose of static methods and variables?
What are parsing rules?
What are inbuilt functions in java?
What is a class reference?
Explain heap sort?