Is strus threadsafe or not?
Answer / sekhar
Struts is not threadsafe.Because it gives various responses
at a time.it is uused for multiple responses for multiple
requests.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
hai i am mca 2009 fresher.please tell me which certification helps me to get an IT job faster which institute is good in hyderabad.please mail me to prasanna.1856@rediff.com
given a height balanced tree. If we add one more node , how many nodes gets unbalanced ?
difference between list and display command ?
Difference between views and index in sas programming
what will we require to build project with the help of oracle
how can we get version of database ?
diffrence between oracle apps , .NET , SAP
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.
WHat is execution in manual testing and when will we start execution and what language we use in execution
what is the difference between conversion and interface in bdc?
Suppose server object is not loaded into the memory, and the client request for it , what will happen?