Displaying search result for: static
static page and dynamic pages?
static page and dynamic pages? what is the
static page and dynamic pages
static page and dynamic pages?
static page and dynamic pages? what is the diff between
static page and dynamic pages
Can a class be declared as static?
Can a class be declared as
static? Hi,
Can a class be declared as
static?
thanks
What is the importance of static variable?
What is the importance of
static variable? hi,
What is the importance of
static variable?
thanks
how to call static method
how to call
static method class A
{
//some code
}
class B extends class A
{
static method()
}
class C
{
}
//how to access
static method() from B to C
how to call static method
how to call
static method class A
{
//some code
}
class B extends A
{
static method()
}
class C
{
}
//how to access
static method() from B to C
Serialize the static variable
Serialize the
static variable hello,
Can we serialize the
static variable?
hii
Yes we can serialize the
static variable.
if u don't want to serialize, u need to declare the variable as transient
include a static file
include a
static file How will you include a
static file in a JSP page?
You can include a
static resource to a JSP using
<jsp:directive > or <%@ inlcude >
how to call static method
how to call
static method class A
{
//some code
}
class B extends class A
{
static method()
}
class C
{
}
//how to access
static method() from B to C
how to call static method
how to call
static method class A
{
//some code
}
class B extends class A
{
static method()
}
class C
{
}
//how to access
static method() from B to C