How to do validation of the fields in any project ?

Answers were Sorted based on User's Feedback



How to do validation of the fields in any project ?..

Answer / venkat

BY Twon ways
1.Clientside Validation Using javascript
2.Server side Validation using Validation Framework in
Struts

Is This Answer Correct ?    3 Yes 0 No

How to do validation of the fields in any project ?..

Answer / ravikiran(aptech mumbai)

1).threw javascript

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

How to do validation of the fields in any project ?

2 Answers  


What are the main concepts of oops in java?

0 Answers  


What are the parts of a method?

0 Answers  


What is private protected in java?

0 Answers  


What are the concepts of 'OOPS'?

0 Answers   Atos Origin,






What is boolean logic?

0 Answers  


Why declare Main() inside the class in java ?

0 Answers   HCL,


What is immutable class in java?

0 Answers  


What is flush buffer?

0 Answers  


What is System class and its purpose?

2 Answers  


Is java still necessary?

0 Answers  


is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?

2 Answers  


Categories