What do you mean by the deployment descriptor?
Answer / Ranveer Singh Gola
A Deployment Descriptor in J2EE is an XML file that contains metadata about a Java EE application or module. It provides information such as security settings, resource references, and transaction management details to the application server during deployment.
| Is This Answer Correct ? | 0 Yes | 0 No |
you are to choose between two procedures,both of which copute the minimum value in an array of integers.one procedure returns the smallest integer if its array argument is empty. the other requires a nonempty array.which procedure should you choose and why?
What is j2ee stack?
Can u give me sample code for ServiceImpl and DaoImpl, in j2ee .
What is meant by j2ee?
Who is java developer?
What is web container in j2ee?
How do you make a class immutable in java?
What is the best java compiler?
What is java ee sdk?
Write a program to display numeric value in reverse order. Ex: I have given a number like 7584, It should display in reverse order like 4857.
Which java ide is best?
What is client-certificate authentication?