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 want to insert textbox value to sql db. i have only one text box but store four values. ple give any one give sample code in asp.net c#..
What are two of your strengths that you will bring to our QA/testing team?
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.
in cobol,wat is the difference in using 'set index in occurs clause' ....and 'occurs depending-on clause'
how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out
Hai, My name is nisha.I have NIC exam.If anybody Knows NIC previous paper pattern pls send me to nishanairp@gmail.com
Write a program to create a process in UNIX
Which language they use during interview?
For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
I want Ada programming language books. Could anyone post me any link for that?
design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.
can we allocate memory for interface? if no then why?
If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this
how to generate dsnless connectivity in j2ee
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.