i have to create an application with session.during that
session a timer will be started & show the time in second
upto the session expired.So that i can know how many time i
in that session.
Hint:-i m hinted that it will coded with javascript
we know that every java prog must follows OOPS Principles.
Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS
CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation?
class a{
public static void main(String args[]){
System.out.println("Hello World");
}
}
Where can i get jar file for use the struts-tags in struts2?
122
can anyone explain me the workflow of EJB.I have developed
an app. in WSAD using an example that contains CMP and
session bean.But i am not able to understand the basic flow
between diffrent packages.