Can I have an action without a form?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between long.class and long.type?
What is the need of serialize?
How many ways can a thread be used?
diff between jsp include directive and jsp action include?
whats is mean by jndi
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
why we use main in java?
Difference between new operator and class.forname().newinstance()?
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!
How do you set security in applets?
what is Static binding?
What event results from the clicking of a button?