What is threadfactory?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Advanced Java Interview Questions

Name the eight primitive java types.

0 Answers  


How do you maintain a stateful session object across the session

2 Answers   HCL,


What is local interface. How values will be passed?

0 Answers  


How is a java object message delivered to a non-java client?

0 Answers  


Can I map more than one table in a cmp?

0 Answers  






What will happens, when a thread cannot acquire a lock on an object?

2 Answers  


Can I use multiple html form elements with the same name?

0 Answers  


What is a thread?

3 Answers  


Is it possible to stop the execution of a method before completion in a sessionbean?

0 Answers  


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!

0 Answers  


difference between apllet and interface class

1 Answers   Infotech,


What is the difference between RMI and Socket?

2 Answers  


Categories