adspace
What is the standard way to create threads, do initialization, etc. Within the application server? : BEA Weblogic
Answer Posted / Mahendra Singh Baghel
To create threads within an application server like WebLogic, you can use Java's built-in Thread class or ExecutorService API, and perform initialization in the thread's run() method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category