What is difference between static method and static
variable?
Answer Posted / kalandi sahoo
static variable is uniqe copy of in memory.that is every
object is share the static variable.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the difference between state-based unit testing and interaction-based unit testing?
Write a program to print the pattern given below
In a container there are 5 components. I want to display all the component names, how will you do that?
Differentiate between == and equals().
Tell some latest versions in JAVA related areas?
How would you dynamically allocate memory to an array?
Write a program to print fibonacci series
What is a private class in java?
What is the java virtual machine?
What is use of super keyword?
Explain abstract class in java?
Write a java program to count the number of words present in a string?
What is a parameter in a function?
How do generics work in java?
What is :: operator in java 8?