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
Are enterprise beans allowed to use thread.sleep()?
Write a singleton program?
What are the different class loaders used by jvm?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Explain about thread synchronization inside a monitor?
What is the purpose of the notify() method?
What do you mean by Socket Programming?
What is a policy?
Why does the tag url-encode javascript and mailto links?
What is a modular application? What does module-relative mean?
Are we allowed to change the transaction isolation property in middle of a transaction?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
Why does the option tag render selected=selected instead of just selected?
Which textcomponent method is used to set a textcomponent to the read-only state?