what is different between static and non static methods ,using
example
Answer Posted / siva
we should create object form calling Non static method but
no necessary to create object for calling static method
using class name we call static method
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
State one difference between a template class and class template.
Can a class with private constructor be extended?
What are the main differences between the java platform and other platforms?
What is arraylist e in java?
Tell me a few examples of final classes defined in Java API?
How is abstraction implemented in java ?
How does arrays sort work in java?
What is the exception hierarchy in java?
What is the difference between integer parseint and integer valueof?
Are strings immutable in java?
What is the purpose of final keyword and when to use it?
Explain treeset?
Compare java and python.
What is strings in java?
Is boolean a wrapper class in java?