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 does compareto () do in java?
Can you use this() and super() both in a constructor?
What are the four corner stones of oop?
What is ascii format?
What is the difference between Java1.4 and Java1.5
Which category the java thread do fall in?
What is the map interface in java programming?
How do you trim a space in java?
What are variable names?
Explain java coding standards for constants?
what is comparable and comparator interface?
Why doesn't the java library use a randomized version of quicksort?
Does java return by reference?
Explain the JDB in depth & command line.
Differentiate between stringbuffer and string?