I will explain the scenario now
i have a form1 having some fields and i made it extends
DynaActionForm.
in struts config how can i specify another form form2 which
has to extend the form1
please specify is it better to use actionform or dyna action
form in applations.
is dyna action form is comfortable in declaring form
variables of type 'ArrayList
Post New Techno Solutions Struts Interview Questions
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
Define db2 and its databases?
What are the data types of the abap/4 layer?
What is cache in codeigniter?
hi this is ashok , i never worked in medical domain , can any one pls send me with proper exaple pls Question is while emergency or normal patitent enter into hospital he entered his first and last name and he enter emergency coloumn , write test case on these ,
How do I scan a document using windows 10?
what are the different type of normalization? : Sql dba
What is a table in oracle?
Can I use sharepoint as a database?
What is get and post method in php?
How do users interact with the shell in apache pig?
If you get selected will you sign a bond with the company?
Respected sir, Please send me technical questions related to oracle apps..
What are abstract classes?
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C