|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Is I understand true?
JSP container convert JSP file (.jsp) to servlet (.java) and compile servlet (.java) to .class and run it.
|
|
#2
|
|||
|
|||
|
not exactly. The first time you run a jsp file, the jsp container compiles it into a .java files and then further compiles it into a .class files.
Subsequent request for the same jsp file will be responded by the jsp container with the .class file. Correct me if i'm wrong |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > Is I understand true? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|