Java REGEX
Java REGEX I have a String {"name":"ashish","surname":"singh"}
I have to check whether each word is surrounded by the " (double quotes) or not using the java regex. without using Json lib. Kindly help
Enum Type
of
enum type like Chandan, Ashish, Amar, Tamana via loop. Which...;enum Names {Chandan, Ashish, Amar, Tamana}
 ...
Employee.java
C:\roseindia>java Employee
Chandan
Ashish
Question on javascript
Question on javascript There will be two combo box in HTML form.If selecting in one combo box(ex:child id=1),the corresponding one to one matched value(ex:Child name=ashish) get selected automatically in another combo box.How