Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) 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 14357Write 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).
2170Write 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).
2756
Can a class be a super class and a sub-class at the same time? Give example.
What is called servlet mapping?
What is enhanced loop in java?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
What is the difference between swing and awt?
What are the components of swing in java?
What is client-certificate authentication?
What is the role of helper classes in wcs?
What is ternary operator?
What are anonymous methods and lambda expression?
Give the difference between the println method and sqrt method?
What is meant by annotation in java?
What is n in java?
What is spring bean scope?
Can you explain the directory structure for a struts folder in brief ?