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
What are local interfaces? Describe.
What is bean? Where can it be used?
How many times may an objects finalize() method be invoked by the garbage collector?
What class is the top of the awt event hierarchy?
Which textcomponent method is used to set a textcomponent to the read-only state?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What are the oops concept?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
Why do I get a duplicate name error when loading a jar file?
Is it possible to stop the execution of a method before completion in a sessionbean?
What class is used to create Server side object ?
What is ioc concept & explain it?
what are getters and setters in Java with examples?
What is the highest-level event class of the event-delegation model?
Name three component subclasses that support painting?