answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: File Download from Server in JSP?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

Server that stores and manages files?

Answer: File


Why jsp in j2ee?

JSP stands for Java Server Pages. JSP is an integral part of any j2ee application. It handles the User Interface (UI) layer of any web based application. It has support to execute java code and also can use HTML and java script. The output of a JSP page is usually viewed in a web browser like Internet Explorer or Mozilla Firefox etc.


1 For a communication session between a pair of processes which process is the client and which is the server?

with the Web, a browser is a client process and a Web server is a server process. With p2p file sharing, the peer that is downloading the file is labeled as the client, and the peer that is uploading the file is labeled as the server.


Advantage of file server?

There many advantages of a file server they include: Data Security and Backups, Centralization of Data, Remote Access, User Control, Employee Monitoring and data recovery. For businesses a file server is essential.


What does downloading off the Internet mean?

To download something off the internet means to transfer a file from a web server to your computer. For example, when you visited WikiAnswers, you downloaded an HTML file that told your browser how to display the page, as well as the images on the page. When you right click an image and select "Save As..." the subsequent act of saving it on your hard drive is considered a download. When you're connected to the internet, your computer is almost constantly uploading (transferring files from your computer to a web server) and downloading (transferring files to your computer from a web server).

Related questions

How do you send a message from jsp file to HTML file in tomcat server?

just click submit


How to run the jsp programs?

JSP programs can be run on any machine that has a web server like Weblogic or Websphere or tomcat. The Web Archive file (WAR) and Enterprise Archive file (EAR) corresponding to the web application must be deployed on the server. Once that is done, you can start the web server and then you are all set to run jsp programs.


What is acronym of jsp?

JSP stands for Java Server Pages


What is full from JSP?

JSP stands for Java Server Pages


What does jsp mean?

jsp means Java Server Pages.


Is Apache Tomcat an application server or a web server?

Its a server for .jsp documents. The jsp is JAVA code embedded in HTML markoazul


Which one is faster servlet OR jsp?

Servlet is more faster than JSP, but JSP is more convenient than Servlet and JSP is clearly superior, shorter, simple and easier to use. JSP can be perceived as Java in HTML code. JSP require no explicit compilation as like servlets and can keep in the web application server as HTML file. The web application server in turn compile the java code in JSP and load it in its library for future execution. Servlet can be perceived as HTML in Java code. The servlet is the class file, which would be loaded in the web application server as a program. The program output will be directed to the outstream object which in turn direct to the client as HTML elements.


What are the JSP atrributes?

java server pages (jsp) are used for scripting on java side with the help a server .


What is JSP?

In the context of Computer Programming, JSP stands for Java Server Page. A JSP is basically an HTML file with Java code inserted to make a dynamic page.AnswerJacketed soft point in the context of bullets. AnswerJSP, Java Server Pages, is a language for mixing HTML/XML and Java in the same page. Basic JSP can look like this:...Welcome, ...where tells the server to execute the contents of the tag as Java and print the result to the page.See related link.


How do you import jsp file in servlet?

I think the name of the jsp file is included in the web.xml of the servlet


Jsp file is text or xml based document?

A JSP file is a text based document with a .jsp extension. The file can contain HTML content, Java code and other text.


How can you compile the jsp file?

JSP file would be automatically compiled by an engine called Jasper in the servelt containter.