![]() Related Questions The complier thinks that the businness exception is a Runtime exception , It just bypasses without any error message. Latest Answer : Extending the Runtime Exception means you are giving the definition of your exception as System Exception, for each System Exception your container will do a different process, mean what ever transaction you have, would be rolled back and the instance ... Read Answers (4) | Asked by : Vinay Gowda Latest Answer : its nothing but connection pool ... Read Answers (9) | Asked by : koteswararao How does the container manage to store the conversational state of the client in case of a Stateful Session Bean ? What is the difference between Abstract Factory Pattern and factory Pattern? When would you use each of them? Latest Answer : Abstract factory pattern is typically used for giving implementation to specification (eg., jdbc, servlet specifications etc...). Factory pattern is used when you want to defer object creation to later stages (when concrete implementation of that class/interface ... Read Answers (3) | Asked by : santanu Tags : Abstract Latest Answer : In C args[0] = filename args[1]= first argumentin Java args[0] = first argument ... Latest Answer : OBJECTS SIT ON HEAPPRIMITIVES (LIKE INT, DOUBLE ETC) SIT ON STACKSTACK IS FASTER THAN HEAP.OBJECTS ARE PASSED BY REFERENCE. PRIMITIVES ARE PASSED BY VALUE.OBJECTS ARE GARBAGE COLLECTED. PRIMITIVES ARE CLEARED FROM THE STACK BY MOVING THE STACK ... Latest Answer : java.sql.Date - Used mainly while storing in the databasejava.util.Date - Used to format the date ... Read Answers (10) | Asked by : murthy Latest Answer : Marshalling is one kind of converting data and objects into byte streams and unmarshalling is reverse process of this. ... Read Answers (4) | Asked by : shekhar What is the difference between light weight component(like swing) and heavy weight component(like awt). Read Answers (9) | Asked by : Naresh Latest Answer : Boolean Logical Operators - & (Logical AND), | (Logical Inclusive OR), ^ (Logical Exclusive OR ) :Boolean Logical Operators can be applied to Boolean Operands returning a Boolean Value. It can also be applied to integral operands to perform ... Read Answers (2) | Asked by : Ashruf
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||