What is static variable and static method?
Answer Posted / ankit
static variable are those variable which call with the hepl
of the class name and they are not initiated.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does sublist works in java?
What is java objectoutputstream?
Compare overloading and overriding?
How do you sort an array in java?
Is sizeof a preprocessor?
How is a structure different from array ?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
Can a constructor be private and how are this() and super() method used with constructor?
What is javac in java?
Is arraylist dynamic in java?
Can a class be a super class and a sub-class at the same time? Give example.
Differences between C and Java?
What is a treeset class?
What is array sorting in java?
What are data structures in java?