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 the difference is between execute, execute Query, execute Update?
What is ternary operator?
Enlist diffrent types of inheritance supported by java?
Write a program to solve producer consumer problem in java?
Is space a char?
Can a constructor be private and how are this() and super() method used with constructor?
What is command line used for?
Can we extend singleton class?
How to sort double array in java?
What is a nested class?
What is hash table in java?
How are multiple inheritances done in Java?
Why does java does not support multiple inheritance? Explain
Explain java coding standards for interfaces?
Is there a jre for java 11?