Question
Do we have form beans in Struts 2 ?

Answers

No, because they are not longer required. As action classes are no more singleton in Struts 2, user inputs can be captured in action itself.   Your Comment




More Software,Java Questions..
What is the inputsplit in map reduce software?

Can variables be used in Java without initialization?

What is the difference between java bean and enterprise java bean?

What is software configuration management?

How does the java database connectivity (jdbc) work?

What are the advantages of threads in java?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

What is object cloning in Java?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?



Search
Can you Answer!!
  • Q What is the relation between Cookies and Session State?
  • Q what is spermiogenesis
  • Q Which family,order does the fish Grunion belongs to?
  • Q What is a "trigger"?
  • Q The crust of the earth is called?
  • Q Explain the List the steps you would take to calculate over time.
  • Q What is the Content Search Web Part?
  • Q Who built the trans alaska pipelene?
  • Q 2. Another difference is that iterator in the HashMap is fail-safe while the enumerator for the Hashtable isn't. Fail-safe -if the Hashtable is structurally modified at any time after the iterator is created, in any way except through the iterator's own remove method, the iterator will throw a ConcurrentModificationException
  • Q What 3 ingredients make a sidecar cocktail
  • Q When two threads are waiting on each other and can't proceed the programe is said to be in a deadlock? True/False