y cant i declare method like public final static show()
Answer Posted / srikanth
Return type of the method is missing
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can a method be overloaded based on different return type but same argument type?
What does it mean that a method or field is “static”?
What must a class do to implement an interface in java programming?
Explain static nested classes ?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
Can you call a method on a null object?
Explain about the performance aspects of core java?
Tell me the latest versions in java related areas?
What are the java ide’s?
What is string [] args?
Is set sorted in java?
What are the benefits of operations in java?
When do I need to use reflection feature in java?
What is the difference between logical data independence and physical data independence?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).