whats the diff between jsp and servlets?
Answer Posted / bijoy baby
Servlets are .java files while JSPs are .jsp pages
Servlets pure java codes embed with HTML
JSPs are HTML pages embed with java code
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What is meant by class and object in java?
How can you traverse a linked list in java?
How do you escape json?
What is the functionality of the stub?
Can memory leak in java?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
Explain the importance of import keyword in java?
Differentiate between static and non-static methods in java.
how to one war file class to another war file class?
What is arraylist class in java?
What is literal example?
Explain about interthread communication and how it takes place in java?
What is static keyword in java?
Is space a char?