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 meaning of 3 dots in java?
How to get the Database server details in java program?
What is the use of configmanager?
What are the two different types of validations that the validator framework supports?
What is spring servlet xml?
How to declare an arraylist in java?
What are facelets templates?
What is final keyword?
What are the different types of ejb?
What is servletconfig?
What is java’s garbage collected heap?
What is JMS administered object?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
What are invisible components?.
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).