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
Answer / amol
By Default when we click on the link get method is called.
| Is This Answer Correct ? | 45 Yes | 1 No |
Answer / harikrishna
By Default when we click on the link get method is called
| Is This Answer Correct ? | 11 Yes | 1 No |
What is Connector architecture?
What is webservices in java?
for example we are login into the irctc server from there it will go to the selected bank and deduct amount and come back to the irctc. so if we are developing this in java means will it be run on the same session. but as per my knowledge bank is separate and irctc is separate URL's so it will use two different sessions then how it is maintaining same session through out application and even it uses the payment gateway? how it is working can any one help me on that??
How many types of constructors are there in java?
What is 2 stands for in j2ee?
to update a batch in a table in jdbc which method of statement object is used.
What is jaap?
What is caller principal?
Since we can create managed bean by two ways as, we can define the bean name in faces-config.xml file so that page can use that OR we can write annotation on bean class so that it is automatically assign to page but I want to know which one is good programming practice ? And also mention disadvantage of other which should not prefer ... Thanking you...
What is javaserver pages standard tag library (jstl)?
where our package shoud be kept in the application whenwe want to import that package in the jsp application?
What is front end technology in java?