If your team member writes code with lots of static
variables and static methods, will it cause any side effects?
Answer Posted / abhinav
If the code is small, then there wont be any significant
problems, but if the program is huge, then it can severly
hamper the program performance. use of static
variables/methods are one of the biggest reasons for memory
leaks
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the meaning of nullable?
How do you override a private method in java?
Explain the significance of class loaders in bootstrap?
What is the use of jtable?
How use .contains in java?
What is the use of 'super' keyword inside a constructor?
Explain about static nested classes in java?
Can list be null in java?
What are the procedures?
What is constructor chaining in java?
Which collection allows duplicate values in java?
How many digits can a float hold?
Name some OOPS Concepts in Java?
What are parameters in a method?
What is the class in java?