What are the other ways to create an object with out calling
new keyword in java?
Answer Posted / bala
using in class.for name method
myobject obj=(my object)class.for name("sub in.rnd.my object").new instance();
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
Find out the list of roles which gives access to GUI activities? thanks in advance
what is log files in qtp what is use
how sap is different from other software ?
1.Mutating table
what is the use MDM(Master Data Management)and meaning
without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.
what is the difference between uservariables and systemvariables (in Environmental variables)???
what does mean and stack mean in genral programming?
What is dialog programming?
what is the diffrence between software and hardware language?
What is Negative testing?
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
sample code for data transfer between two r/2 systems and r/3 systems?
How do you pass variables forwrd to future CECI sessions