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
Can a serialized object be transferred via network?
What is anagram in java?
What is the default value of an object reference declared as an instance variable?
what is predefined function in java?
What is difference between == equals () and compareto () method?
What are different type of exceptions in java?
What are different data types?
What is meant by polymorphism?
What are the basics of core java?
What is bifunction in java?
What are the new features in java 8?
Can we define private and protected modifiers for the members in interfaces?
Tell some latest versions in JAVA related areas?
how to run ecllipse with jettyserver for windows environment using batch file
What is an array in java?