Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) What is meant by structural programming?
Why is spring preferred over the other frameworks?
Can resultset be null in java?
What are java threads?
What is the console in java?
What happens if an exception is not handled in a program?
How many ways can an argument be passed to a subroutine and explain them?
What do negative exponents mean?
What is @componentscan in spring boot? : Spring Boot
What is stateful session bean?
What are the ways to avoid lazyinitializationexception?
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).
What about main() method in java ?
What is use of @transactional?
How to write update query in hibernate?