why ,we are using jsp and html.which one is better?
Answer Posted / giridhar gangapatnam
jsp is used for both static and dynamic contents in web
applications. But html is only for static contents.
So, as per my knowledge jsp is better than html
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Give me example of derived data types.
What is unmodifiable list in java?
Explain about interthread communication and how it takes place in java?
How do I get a substring?
What is contractor means and methods?
What carriage return means?
Can you explain the meaning of aggregation and composition
What are the two ways of implementing multi-threading in java?
What is a newline character in java?
What is the difference between notify and notifyall method?
What are the advantages and disadvantages of object cloning?
What if I write static public void instead of public static void in java?
why would you use a synchronized block vs. Synchronized method? : Java thread
What is core java called?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?