Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116)
What is 'applet container' ?
What is ojdbc14 jar?
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 is ‘is-a ‘ relationship in java?
What do you mean by spring beans?
Why primitive data types in java are not objects?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
What is jms mq?
What is a virtual host?
Explain what is the procedure to configure jms security?
Why is java called the platform independent programming language?
What is JDBC Driver interface?
What is a method declaration?
What is mean by exception?
How many action classes can be used in struts application?