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
explain what is transient variable in java?
What are parameters in a method?
Is 0 true or is 1 true?
Differentiate between class and structure.
What are access specifiers in java ?
What is an off by one error in java?
Tell me how many ways are there to initialise an integer with a constant.
Is it possible to write a regular expression to check if string is a number?
What is defined as false sharing in the context of multithreading?
What is super?
Convert Binary tree to linked list.
What is the use of list in java?
Can we override private method?
What is maximum size of arraylist in java?
What is scope & storage allocation of static, local and register variables? Explain with an example.