0% found this document useful (0 votes)
23 views

Java Questions March

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

Java Questions March

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

Threading program to print 1 to 100 number in which thread 1 should execute all odd numbers,
thread 2 should execute all even number.

2.Write a program to find the repetitive letters in the given string.

3.Example for abstract design pattern.

Core Concepts:

1. OOPS
2. Mapping
3. Set
4. Array list
5. Multi-threading
6. Spring configurations
7. Auto wire and qualifier
8. Hibernate cache.

4. Threads - in how many ways can we create a thread?


Which method is recommended among the two?
Can we set thread priority? How?

5. Basic questions on spring


Front controller

6. How do I intercept before it goes to front controller?


What is transactional annotation?

7. Ambiguity - how to resolve ambiguity issues?


An array - with a list of items… some r duplicates; want to find out which are the non-duplicates.
How to measure Performance of code?

You might also like