Answer Posted / praveen
A method is set of properties or behaviour of Datamember
and colletion of operations of perticuler class
methods are two types istance and static
we can call the methods directly with using static keyword
in static methods
we can call the instance methods by using creating of
object of the class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are wrapped classes in java programming?
What is difference between hashset and hashmap in java?
What are alternatives to java serialization?
What are the disadvantages of object oriented programming?
What is jee6?
What do you meant by active and passive objects?
Can static methods access instance variables in java?
Difference difference paint() and paintcomponent()?
Can you sort a list in java?
What will happen if static modifier is removed from the signature of the main method?
What is a string token?
What is string builder in java?
What is the instance of an object?
What is codebase?
What is private public protected in java?