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
What is the use of static class?
What is the difference between Java and C++?
How do you empty a list in java?
What are the two ways in which thread can be created?
Explain the difference between collection api and stream api in java8?
Can constructor be inherited?
How do you convert an int to a string in java?
How to access arraylist elements in java?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
What do negative exponents mean?
Difference between string, stringbuffer and stringbuilder?
How do you sort a list in java?
Do I need java on my computer?
Can you declare the main method as final?
Explain about object oriented programming and its features?