Can I use multiple html form elements with the same name?
difference between HashMap, Hashset and hashTable?
What is the relationship between the canvas class and the graphics class?
What is colon_pkg_prefixes and what is its use?
what we can't do in jdbc but can do hibernate?
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!
What if the static modifier is removed from the signature of the main method?
what are the software's needed to develop advanced java 3 tier application project
How is serialization used generally ?
how the action can be map from jsp page to bean class in mvc1
Describe responsibilities of Activator?
What do you mean by Socket Programming?
what is JTA ?