What is meaning of web application. & the purpose of web
application. with description.
Answer Posted / nithya prem
It is an application on the web. It is a template used to
create a web application
To be able to create an ASP.NET web application, you must
have Internet Information Services(IIS) installed on your
computer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
what is log files in qtp what is use
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
Give examples of macro quoting function?
how to convert hashmap to arraylist with iteration
How can recruiter justified that the candidate is expert in Algorithm and datastructure for Software product development ?
Explain what is OOPS and its concepts?
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box. eg: 3 box contain stick as:1,1,1. if u take 1 stick from 3rd numbred box you will any how win the match.
how to add Servlet-api.jar file into eclipse 3.3.2 ?
give idea for creating screen in abap
what is the difference between SCAN AND CHECK,LOKUP AND XFOOT? where we can use thease opcodes? Can any body tell me real time senariao with example?
How can we develop a multi-tier application in Java?
is it acceptable if we declare multiple exceptions in same overridden method.
what are resources in case of Threads