What do you mean by an array ? explain with an example
Answer Posted / sai
array is collection of similar type of elements and stores
in continues memory location.
| Is This Answer Correct ? | 100 Yes | 12 No |
Post New Answer View All Answers
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?
hai i am prasanna.I am MCA 2009 fresher.tell me about certifications.which certification helps me to improve my carrier and to get a technically oriented job ,which certification helps to get job faster.
Need guidewire related Documents(Interview Question/Tips/Best Practice/Dumps)
8.In DSP,Define Signal and System?and various type of signals.
Any real time example of O2C process from taking order till creating invoice.
Hi can you please help for the following. I have a ASP.Net web page I want to print the whole page how is it possible? I want It in ASP also.Please send me the solutions dipankar.hazari@gmail.com . Thanks in advance.
What is the meaning of client-server application. The purpose of Client-Server Application. with description.
how to work search engine? plz detail answer me.
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.
What is the use of Differ interface check box in Ship confirm?
what is session state?
how can we maintain the previous version scripts to new version.
we create a pf with 3 fields.2 is defined as keyfields.we lock it with alcobj command.how we find out whether the file is locked or not?is it dspfd??/
How to get the index of the clicked field in reports in ABAP?
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.