Can I use multiple html form elements with the same name?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Advanced Java Interview Questions

What’s jboss jbpm?

0 Answers  


What are the steps involved in developing an RMI object?

1 Answers  


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!

0 Answers  


What are the advanatages of RMI ?

1 Answers   HGS,


How do u supress the parameters from the displaying in the url?

2 Answers  






What is the purpose of the notify() method?

0 Answers  


Why are component architectures useful?

0 Answers  


What is Connection Pooling?

1 Answers   Enteg Technologies, Infosys, Polaris,


What is thread deadlock? How to resolve thread deadlock?

3 Answers  


How to implement RMI in Java?

0 Answers   TCS,


Why do I get a duplicate name error when loading a jar file?

0 Answers  


What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }

2 Answers   Wipro,


Categories