what is the difference between Tomcat 4 & Tomcat 5?
Answer Posted / devendra
Tomcat is only for web-server....it doesn't have run time environment to application server.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Define authorization constraint?
Why primitive data types in java are not objects?
What do you mean by j2ee module?
What is the name of java compiler?
What is the ear file?
What is jradiobutton in java?
Is j2ee a language or framework?
What is DDP?
What is cascade delete?
J2ee is a container centric architecture. Explain.
Which software is used for java?
What are the components of awt in java?
Define hashtable in j2ee?
What is the latest technology used in java?
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?