Answer Posted / azaad
static is keyword which is used for a variable and also for
a method.
static variable is initialized only once (i.e)one time memory.
static method of a class should not called with an objecy it
should be called with class name...
syntax: class-name.static method()
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the benefits of oop?
What is the purpose of enum?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
• What are the desirable attributes for memory managment?
What is abstraction in oop?
What is the main purpose of inheritance law?
What are oops functions?
What is cohesion in oop?
Can enum be null?
What is abstraction encapsulation?
Which is better struts or spring?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
Which type does string inherit from?
What is the important feature of inheritance?
Which language is not a true object oriented programming language?