Answer Posted / guest
java Transaction services
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the design considerations while making a choice between using interface and abstract class?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
Which textcomponent method is used to set a textcomponent to the read-only state?
Difference between DurableSubscription and non- DurableSubscription?
What is the map interface?
Why a client should be multithreading? Explain.
What is the purpose of the wait(), notify(), and notifyall() methods?
what are RemoteObjects?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
Why use POJO when I can use hashmap
Explain what is orm?
Why is string immutable in java?
How are the elements of a cardlayout organized?
What is an abstract method?
Is the ternary operator written x : y ? Z or x ? Y : z ?