diffrence between jsp and servelts.

Answer Posted / neeraj

Servlet are precompile but jsp are complilec by container.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What value does read() return when it has reached the end of a file?

533


which type of objects reference will be given to client?

2016


What are callback interfaces?

579


Why does the tag url-encode javascript and mailto links?

571


Define aop(assepct oriented programing)?

617






What is the difference between system.out ,system.err and system.in?

587


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1348


Explain about local interfaces.

569


What is the purpose of the wait(), notify(), and notifyall() methods?

553


What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?

560


What is permgen or permanent generation?

575


In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?

572


Do we need to override service() method

1128


Should synchronization primitives be used on bean methods?

540


Why do threads block on i/o?

667