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
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
What is ur porject Architecture? If anyone ask what i have to specify here..
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
How to set on/off a group of indicators in a single statement?
How to set fixed width in particular
Find out the list of authorization objects which contains activity as a field? Thanks in advance.
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
iam confused to choose among testing, .net and java can anybody help me????????
what is apt_dump_score in datastage where it is useful
Please describe an example where you used object orientation in one of your programs.
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
Why did you ever become involved in QA/testing?
Can any one give an example (Source Code) on virtual function implemetation in Java?
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.