What method is used to create the daemon thread?
the Thread.setDaemon() has to be invoked. It takes one
boolean param indicating if the thread is a daemon thread
or not. the setDaemon() has to invoked before the start()
method is called on the thread, else an
IllegalThreadStateException is throw indicating that the
thread is active and its daemon state cannot be altered.
| Is This Answer Correct ? | 5 Yes | 0 No |
Name the class that is used to bind the server object with RMI Registry?
What is Remote Interface?
difference between ejb,struts,hibernate,spring and jsp
advantage of thread?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
What is the difference between ear, jar and war file?
On a computer that having single CPU, how multithreading concept can be achieved?
How will you pass parameters in RMI? Why do you serialize?
How to do registration form using struts and hibernate?
I wantr to know, How many number of users logged in to website? can any one answer
How do you iterate in Hashmap?
what are RemoteObjects?