Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) What is actual difference between statement,prepared statement and callable statement and when we have to use it? pls post a answer with code and clear explanation. thanks
2 14316Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
2143Write 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).
2714
Why should we use ejb?
What is the use of jdbc api?
Which design pattern is used in spring aop?
Can I use javascript to submit a form?
Explain the difference between jsp and servlet?
What are the advantages of spring framework?
Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic
What is a subsequence of a string?
What is actionlistener in java swing?
What is swing delegation event model in java?
How do I set properties for a JDBC driver and where are the properties stored?
How does beanfactory work in spring?
What is java collection? : java collections
In corba, which of the files generated by the idltojava compiler must be compiled before running the server application? : BEA Weblogic
What are the steps that are followed when two computers connect through tcp?