You are on page 1of 2

1. Singleton pattern program.Double checking.

2. LinkedList program(add,delete,retriving).
3. Vector program. Difference between capacity() and size().
4. Find the longest subset containg the highest total.
{1,4,-6,8,-2,5,-5}
o/p {8,-2,5} sum=11
5. Typecasting need in java.
6. Generics need in java
7. Memory management.Various types of memory management.(OS)
8. OS Question, if we format the drive which contains the OS,then also we are a
lso able to retrieve data from that drive using some recovery software .How??
9. Wrapper class examples.
10. sample connection pool program using java.
11. difference between ClassNotFoundException Vs NoClassDefFoundError .
12. How To Find Trigonometric Values Of An Angle?
13. Opearator precedence.
14. int a={1,2,3,2,1,4,3,2} sort by repetition
o/p {2,2,2,3,3,1,1,4}
15. Find duplicate string with and without using collection.
16. Multithreading in java.
17. Producer-consumer program java program.
18. Most intersting thing implemented in project in last 1 month.
19. ACID property (DB question). with example of a bank transaction
20. why we override equal() method.
21. Types of JDBC drivers. Features of each.
22. Explain System.out.println.
23. Given a binary tree, Convert it into its Mirror Tree.
24. output
int a=6,b=6;
float c=6.0;
sop(a*b/c)
25. JVM architecture.
26. What is the output.
System.out.println("1 + 2 = " + 1 + 2);
System.out.println("1 + 2 = " + (1 + 2));
System.out.println(1 + 2);

Spring(since I have mentioned in CV)


1. How to setup a spring project(important files needed)
2. @override.
3. How to add DB connection using properties file.
4. A sample spring program.

http://java-demos.blogspot.in/2012/12/difference-between-capacity-and-size-vecto
r.html
http://javaconceptoftheday.com/trigonometric-values-math-class/
http://java-demos.blogspot.in/2012/12/difference-between-capacity-and-size-vecto
r.html
http://javarevisited.blogspot.in/2014/05/double-checked-locking-on-singleton-injava.html
http://javaconceptoftheday.com/java-program-to-remove-all-white-spaces-from-a-st
ring/

http://www.javaroots.com/2013/02/classnotfoundexception-vs.html

You might also like