Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116)
What is the purpose of file class?
What is the main use of generics in java?
What is hibernatetemplate?
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 do you mean by request dispatcher in servlet?
Explain url encoding?
Does apache tomcat use struts?
What is use of @component in spring?
Difference between comparator and comparable in java?
How is multi-threading gets implemented using swing?
Give some advantages of orm (object-relational mapping)?
How does finally block differ from finalize() method?
Can inner class extend any class?
What are the different types of constructor?
What are the topics in j2ee?