Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within OCEEJBD
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
paul wheaton
Ron McLeod
Devaka Cooray
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Paul Clapham
Saloon Keepers:
Tim Holloway
Carey Brown
Piet Souris
Bartenders:
Forum:
EJB Certification (OCEEJBD)
Reason as to why the ejbCreate method in the EntityBean should not be final or static
Sudarshan Sreenivasan
Ranch Hand
Posts: 188
I like...
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi
I wanted to know the Reason as to why the ejbCreate() method in the EntityBean should not be final or static ?
Thanks in advance
Chaminda Amarasinghe
Ranch Hand
Posts: 413
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Bos container uses these methods to manipulate as required. The way of manipulation is specific to container.
Sudarshan Sreenivasan
Ranch Hand
Posts: 188
I like...
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Does this imply that the container may override the method ? ... Can anyone sight an example of one such technique of manipulation that the container may use ?
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Mock Question
p.363-mock exam q.5
Why "getEJBHome()" but not "getEjbHome()"!?
EPractice Labs - Wrong answer????
Questions reg. ejbCreate()
More...