what is difference between perfom() & excute() ?
Answer Posted / chirag
Now perform() method has been deprecated in struts 1.2
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is anti pattern in programming?
How does queue work in java?
Define nashorn in java8.
What is a variable declaration?
How to sort double array in java?
Define "Access specifiers" in java.
You're given a Boolean 2D matrix, can you find the number of islands?
how its run?
How do you remove spaces in java?
How java uses the string and stringbuffer classes?
Is java type safe?
What is encapsulation in java?
Can a static class implement an interface?
What is a substitution variable?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).