
what is the difference between jsp and servlet ? what is the advantages and disadvantages of jsp and servlet ?

i am not sure. advantage of jsp is we can develop applications without knowing internal details by providing some guidlines to beginers. disadvantage of jsp is "if we develop complex applications by using jsp,it decreases the performance of application".
bcz: if we see jsp life cycle jsp-----(jspc)-->servlet---(javac)-->.class file-->then all the process when we send a request--
but if we see servlet life cycle servle directly converyted in to .class file
bcz of above reason it increases the performance of application,
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.