What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
Which containers use a border layout as their default layout?
Should synchronization primitives be used on bean methods?
What are the oops concept?
What is a session? Can you share a session object between different theads?
How task's priority is used in scheduling?
What are various types of class loaders used by jvm?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Are we allowed to change the transaction isolation property in middle of a transaction?
What is the infobus?
What is a clone?
What method is invoked to cause an object to begin executing as a separate thread?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
Is there a guarantee of uniqueness for entity beans?
What modifiers may be used with an interface declaration?