Answer Posted / janet
daemon thread is a low priority thread which runs
intermittently in the back ground doing the garbage
collection operation for the java run time system.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the types of scaling?
What are various types of class loaders used by jvm?
What are JTA/JTS and how they used by client?
What is Remote Server?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is RMI and what are the services in RMI?
Is the infobus client side only?
What are the oops concept?
Name three subclasses of the component class?
Do we need to override service() method
What modifiers may be used with an interface declaration?
Explain RMI Architecture?
What is metaspace?
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?