ALLInterview.com :: Home Page            
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
   
 
Categories  >>  Software  >>  Java Related  >>  Java J2EE  >>  Core Java
 
 


 

 
 Core Java interview questions  Core Java Interview Questions
 Advanced Java interview questions  Advanced Java Interview Questions
 Swing interview questions  Swing Interview Questions
 EJB interview questions  EJB Interview Questions
 Servlets interview questions  Servlets Interview Questions
 Struts interview questions  Struts Interview Questions
 JDBC interview questions  JDBC Interview Questions
 JMS interview questions  JMS Interview Questions
 SunOne interview questions  SunOne Interview Questions
 J2EE interview questions  J2EE Interview Questions
 Weblogic interview questions  Weblogic Interview Questions
 Websphere interview questions  Websphere Interview Questions
 Java Networking interview questions  Java Networking Interview Questions
 Java J2EE AllOther interview questions  Java J2EE AllOther Interview Questions
Question
what is the difference b/w PUT and POST method to send data 
to the server
 Question Submitted By :: Uma
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is the difference b/w PUT and POST method to send data to the server
Answer
# 1
Post submits data to be processed from a page to the
server. The data is included in the body of request. It is
not visible in the browser address bar.

Whereas PUT uploads(binary/text) a representation of the
specified resource. It provides a useful alternative to FTP.
 
Is This Answer Correct ?    3 Yes 6 No
Nidhi Aggarwal
 
  Re: what is the difference b/w PUT and POST method to send data to the server
Answer
# 2
suppose we are using post method.At the time,all (lot of
size)data will goes to server.
we are using get method in the form.At the time,only 2kb
data will be transfered and all the data will appended as a
query string.
 
Is This Answer Correct ?    0 Yes 10 No
Dara
 
 
 
  Re: what is the difference b/w PUT and POST method to send data to the server
Answer
# 3
The Basic Difference between PUT and POST is by using PUT
we have only limited data to be sent to the Server also it
can be shown into Browser URL if you use UserName and
Password by using PUT then the Password and UserName can
also be seen in the URL.

Where as if you will use Post then the whole data can be
Sent to the Browser without being shown.
 
Is This Answer Correct ?    4 Yes 2 No
Cool_one368
 
  Re: what is the difference b/w PUT and POST method to send data to the server
Answer
# 4
The Basic differences between PUT and POST method is:
Using PUT method to transfer new resources from client to server and store it.
Using POST method to transfer new resources or updating existing resources and store or replace it.
 
Is This Answer Correct ?    2 Yes 1 No
Ambrish
 

 
 
 
Other Core Java Interview Questions
 
  Question Asked @ Answers
 
what are the application of compiler and interpreter for source program  2
Can we declare static variables in JSP page. TCS3
What is Connection pooling? Explain Pros and Cons?  1
Why we can not force Garbage Collection?  7
What is synchronization? How it can be achieved?  2
as we know a static method could access static data and static method only. then how could main method call the object of aclass which is not static and other non static data  1
What are Transient and Volatile Modifiers? SAP-Labs2
What is method Overriding in the perspective of OOPS? TCS4
why interaction with server using javascript is difficult  1
Package1 and Package2 both have a method name lets say "methodA" with different implementation. When I import both the packages in a java class how can I use both the methods? Ericsson7
I have a sorting issue with a Hashmap. My constraint is that I MUST use the Hashmap and work with existing code. I do a database query and place the results in a Hashmap. When I iterate thru the Hashmap, it loses the original alphabetical sorting done by the database. So, my problem is that I must sort the results coming out of the Hashmap which is then placed into another class.  1
explain System.out.println IBM106
 
For more Core Java Interview Questions Click Here 
 
 
 
 
 


   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2012  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com