Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) 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).
Managed servers are running. What happens if admin server down?
What is the scope of a bean by default in spring?
What is difference between path and classpath variables?
What is the difference between the http servlet and generic servlet?
What is the default value of byte datatype in java?
What do you mean by httpservlet and how it is different from the genericservlet?
Is string a wrapper class?
Is security a cross cutting concern?
What is default password for spring security?
Can a main method be declared final?
What is the preferred size of a component in java programming?
Why does jvm come up automatically though I stop/kill the process manually?
What is swing delegation event model in java?
What are the main uses of this keyword?