Answer Posted / ashish tripathi
To Instantiate the Obj.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
Explain polymorphism. Provide an example.
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number
what is the software to run the GSM gate opener program
How does the TCP handle the issue of multiplexing?
how to convert hashmap to arraylist with iteration
3. What is the difference between testing and Quality Assurance?
how can we implement locks in plsql?
Tips for blog integration by www.esteemwebsolutions.com. Can Any body suggest me to how to make wonderful questions on web integration..
how to stop execution of step 3 in a job mainframe
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.
What do you understand by modular programming?
how to add Servlet-api.jar file into eclipse 3.3.2 ?
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.