how to avoid java script validation in client side validation?
Answers were Sorted based on User's Feedback
Answer / nadeem khokhar
kindly explore your question, what does exactly you mean?
| Is This Answer Correct ? | 0 Yes | 1 No |
hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.
WAP to print all prime nos between 1 to 100 without using user input...pls reply within few hours...
How to get the index of the clicked field in reports in ABAP?
Please anyone tell me coding to print prime numbers from 1 to 5000 in c#....
how many keywords are present in "c"?
18 Answers Assurgent, Cynosure Software, IBM,
please any one pass file aid,xpeditor and endeavor tools
how to add a new table with variables and thier values into a imported file uisng proc import?
what are the differences between CONS, LIST, and APPEND
converting 41.685 to binary
hai i like to do some certifications in programming or any other......... am doing my IT third year......... pls guide me...... mail me ur suggestions to ranjithmaharaj@gmail.com...
Number of null pointers in any binary tree
In Bioinformatics, a DNA sequence is made up of a combination of 4 characters, namely “A,C,G,T”. A subsequence of a given sequence of characters a0, a1, …an- 1, is any subset of the characters taken in order, of the form ai0 , ai1 ,…..aik-1 where 0 ≤ i0 <i1….< ik-1 ≤ n-1. For example in the sequence “A,C,G,T,G,T,C,A,A,A,A,T,C,G”, we can have subsequences “A,G,T”, “A,C,A,A” and many more. A subsequence is palindromic if it is the same whether read left to right or right to left. For instance, the sequence “A,C,G,T,G,T,C,A,A,A,A,T,C,G”, has many palindromic subsequences, including “A,C,G,C,A” and “A,A,A,A” (on the other hand, the subsequence “A,C,T” is not palindromic). Devise an algorithm (using dynamic programming) that takes a sequence of characters X[0 … n-1] from the alphabet set (A,C,G,T) and returns the (length of the) longest palindromic subsequence. Implement the algorithm in an appropriate language.