|
|
|
| |||||||||
![]() |
|
|
«
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
|
|||
|
|||
|
empty static block in tomcat/work generated files
Inside every file in the work directory, there is an empty static block.
Code:
public class index$jsp extends HttpJspBase {
static {
}
public index$jsp( ) {
}
private static boolean _jspx_inited = false;
public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
}
What is the static block for? Also, what's the zero-argument constructor there for?
__________________
http://dhtmlkitchen.com/ |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > empty static block in tomcat/work generated files |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|