![]() Related Questions 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 Latest Answer : Hi Friends,JavaBeans may be visible or nonvisibleat runtime. For example, the visual GUI component may be a button, list box, graphic, or a chart An EJB is a nonvisual, remote objectJava Beans are intended to be local to a single process and are ... Latest Answer : Thin client is browser based and thick client is window based ... Read Answers (4) | Asked by : naresh Latest Answer : hi A J2EE application is packaged as a portable deployment unit called an enterprise archive (EAR) file. An EAR file is standard JAR file with a .ear extension. An EAR file contains:One ... Read Answers (6) | Asked by : srinu
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||