Write 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).
What is the difference between preparedstatement and statement in java?
What is the difference between the synchronized() & static synchronized()?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
0 Answers Akamai Technologies,
How to initialize an Applet ?
Why can't we make jsp as a controller and action servlet in struts?
Explain public static void main(string args[]) in java.
What is methodological theory?
Explain about main() method in java ?
Can we split string with in java?
Write a java program that prints all the values given at command-line.
What is final?
Does list allow duplicates in java?