What is static variable and static method?
Answer Posted / naraen
static variable is a class variable. This life time scope
in whole prgm...
static method is use to access without creating object in
the java prgm...
Is This Answer Correct ? | 53 Yes | 26 No |
Post New Answer View All Answers
Java.util.regex consists of which classes?
What is the difference between the final method and abstract method?
What are byte codes?
Is empty set an element of empty set?
What is the size of integer?
What is the exact difference in between unicast and multicast object? Where we will use?
What is the technique adopted to create an immutable class?
Explain the selection sort algorithm and state its time complexity?
Why are arrays useful in java?
Is it possible to override private or static method in java?
What is gui programming?
What is difference between path and classpath?
Should database connections be singleton?
What is temp in java?
What is difference between classpath and path variables in java?