doStartTag() in TagSupport

April 6, 2009

doStartTag()
Default processing of the start tag, returning SKIP_BODY.


prime number

January 24, 2009

a>1 with only trivial divisors is a prime number


factor of a

January 24, 2009

nontrivial divisors are called factors of a


divisor

January 24, 2009

if d divides a (which means a=k*d) and d>=0 than d is a divisor of a.
a,k,d are integers


polynomial-time algorithm

January 24, 2009

with integer inputs a1, ….,ak and runs in time polynomial in lg a1,…,lg ak


LinkedList vs ArrayList

January 22, 2009

both save order, difference is in performance: for insertions use LinkedList, use ArrayList for random access


FFT

January 20, 2009

FFT=Fast Fourier Transform
can reduce time to multiply polynomials to θ(n* lg n)


questions

January 8, 2009

what is the passion of your life


questions

January 8, 2009

explain mvc


questions

January 8, 2009

servlet life cycle


Follow

Get every new post delivered to your Inbox.