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 14462Write 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).
1 2272Write 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).
1 2805
What is the java api?
How can you inject java collection in spring?
Differentiate between static and non-static methods in java.
Write a program to find the whether a number is an Armstrong number or not?
Is minecraft 1.15 out?
What is the first argument of the string array in main method?
What is parsing in java?
What is a constructor overloading in java?
explain different ways of using thread? : Java thread
How does java handle integer overflows and underflows?
What is lazy class?
What is difference between @controller and @restcontroller in spring?
What is java string pool?
What is a classloader in java?
What do you mean by an interface in java?