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
Is string a wrapper class?
I want to store more than 10 objects in a remote server? Which methodology will follow?
What is the purpose of default constructor?
What is public static?
How many classes can any class inherit java?
What is the size of arraylist in java?
Is string serializable in java?
What is member in java?
Is assembly language a low level language?
How do you override a private method in java?
Explain when we should make an instance variable private.
How do you check whether the list is empty or not in java?
What is string english?
What is lambda expression in java?
What is the difference between length and length () in java?