What is the importance of static variable?
No Answer is Posted For this Question
Be the First to Post Answer
Why destructor is not used in java?
What is the integer of 16?
Describe the various concepts related to object oriented programming (oop).
What is the different types of functions?
what is webservices
5 Answers Consultancy, Mind Tree,
Explain the scope of a variable.
Can we make the abstract methods static in java?
Why should we use singleton pattern instead of static class?
What are command line arguments?
What is meant by collection in java?
What is incompatible types in java?
When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?