what is the current salary package in India for a java
programmer who has 2 years experience
Answers were Sorted based on User's Feedback
Answer / pankaj
depends on candidate.. I seen peoples with 5K to 5L
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / vinod raman
java programer have salary 2yr expr 3,0,0,000 .
| Is This Answer Correct ? | 39 Yes | 24 No |
Answer / anish sneh
It depends I have seen a number of examples from 200k to 650k :)
| Is This Answer Correct ? | 15 Yes | 4 No |
In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add") if(action.equals("update"). Then when to use Action and DispatchAction which is frequently in webapplications.
What are the benefits of Struts framework?
How action mapping is configured in Struts?
What is the forward action utilized for?
State an example of struts configuration file as an action parameter for action servlet.
shall we use any name for deployment descriptor of struts instead of struts-config.xml
what are the disadvantages of MVC architecture
What is difference between spring and struts?
Why should we go for struts framework?
What is the difference between a Strut and a Class?
i have 500 jsps in my application,and i have same forward name for each jsp,so it lokks in strutsconfig.xml,from 1 to 500,but i want send 498 page directly,how can i cingigure my application
where you will implement the tiles in struts?