Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


which method does it invokes automatically when we click
link in the webpage
a)put b)get c)head d)post

Answers were Sorted based on User's Feedback



which method does it invokes automatically when we click link in the webpage a)put b)get c)head d)..

Answer / amol

By Default when we click on the link get method is called.

Is This Answer Correct ?    45 Yes 1 No

which method does it invokes automatically when we click link in the webpage a)put b)get c)head d)..

Answer / harikrishna

By Default when we click on the link get method is called

Is This Answer Correct ?    11 Yes 1 No

which method does it invokes automatically when we click link in the webpage a)put b)get c)head d)..

Answer / nahim

By default get method is called

Is This Answer Correct ?    3 Yes 0 No

which method does it invokes automatically when we click link in the webpage a)put b)get c)head d)..

Answer / hemanta

I think Get Method

Is This Answer Correct ?    2 Yes 0 No

which method does it invokes automatically when we click link in the webpage a)put b)get c)head d)..

Answer / vasanth

post

Is This Answer Correct ?    5 Yes 8 No

which method does it invokes automatically when we click link in the webpage a)put b)get c)head d)..

Answer / eswar

put

Is This Answer Correct ?    1 Yes 15 No

which method does it invokes automatically when we click link in the webpage a)put b)get c)head d)..

Answer / tharani

post

Is This Answer Correct ?    8 Yes 23 No

Post New Answer

More J2EE Interview Questions

public class ActionDTO extends GenericDTO implements Serializable,Auditable { // default serial version id, required for serializable classes. public static final String ACTION_SUSPEND = "SPN"; public static final String ACTION_DEREGISTER = "DRR"; public static final String ACTION_REINSTATE = "REI"; private static final long serialVersionUID = 1L; private Long actionId; private long accountId; private Date actionDate; private String actionType; private String remarks; private AccountDTO account; public ActionDTO() { } public ActionDTO(Long accountId, String action, String remarks, String updatedBy) { setAccountId(accountId); setActionType(action); setActionDate(new Date()); setRemarks(remarks); setUpdatedBy(updatedBy); } public Long getActionId() { return this.actionId; } public void setActionId(Long actionId) { this.actionId = actionId; } public long getAccountId() { return this.accountId; } public void setAccountId(long accountId) { this.accountId = accountId; } public Date getActionDate() { return this.actionDate; } public void setActionDate(Date actionDate) { this.actionDate = actionDate; } public String getActionType() { return this.actionType; } public void setActionType(String actionType) { this.actionType = actionType; } public String getRemarks() { return this.remarks; } public void setRemarks(String remarks) { this.remarks = remarks; } // bi-directional many-to-one association to AccountDTO public AccountDTO getAccount() { return this.account; } public void setAccount(AccountDTO account) { this.account = account; } @Override public String toString() { // TODO Auto-generated method stub return null; } } what is the purpose of @Override public String toString()...and what will do here ?

0 Answers   Sony,


Explain jta, jndi, and jms.

0 Answers  


Which compiler is used in java?

0 Answers  


Why class is used in java?

0 Answers  


How many java languages are there?

0 Answers  


What is archiving?

0 Answers  


What is javaserver pages standard tag library (jstl)?

0 Answers  


What is the J2EE module?

0 Answers  


What is a web container in j2ee?

0 Answers  


What is core java and j2ee?

0 Answers  


What is java technology stack?

0 Answers  


What is main method in java?

0 Answers  


Categories