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
Why parsing is done?
How can we make string upper case or lower case?
what is server side caching?
What type of variable is gender?
What is the purpose of the main method?
What happens if an exception is not handled in a program?
Can you sort a string in java?
What are the fileinputstream and fileoutputstream?
What are generic methods?
What is the use of java?
What is a function in java?
What is an empirical question?
What are drawbacks of singleton class?
What is autoboxing and unboxing?
What is constructor and virtual function? Can we call a virtual function in a constructor?