can we write implementation for a method with in another
method?
Answer Posted / krish
No, you cannot implement a method in side a method.it gives
you a compile error.
| Is This Answer Correct ? | 5 Yes | 18 No |
Post New Answer View All Answers
Why a component architecture for the java platform?
How substring() method of string class create memory leaks?
what is an isolation level?
What is the purpose of the notify() method?
What are the different class loaders used by jvm?
What is Stream Tokenizer?
What is the purpose of the wait() method?
what are the activation groupworks?
What value does read() return when it has reached the end of a file?
What is the purpose of the notifyall() method?
What is a modular application? What does module-relative mean?
What are the different approaches to represent an inheritance hierarchy?
Explain about RMI Architecture?
Define the remote object implementation?
what are getters and setters in Java with examples?