Question regarding Collections & Generics
Core Java Developer Interview Questions
90 core java developer interview questions shared by candidates
1st round they give a 2 test 1st one is Aptitude test(multi-threading,collection,etc) 2nd is logical test (no Option) 2nd round they ask to write the code of Q1. Anagram two String without using Array.sort method. Q2. Armstrong number Q3. producer-consumer problem using multi-threading in java Q4. Star pattern in java Q5. Performer in Array without using ArrayList Method like (add,delete,remove).you have to write the own method to add,delete&remove in array 3rd round they ask logical Question base on code that you write in 2nd round 4th round they ask you about your self and family
Working of join() method in detail
we have three employee objects. e1 (id = 1, name ="ABC") e2 (id =1, name = "ABC") e3(id=2, name ="DEF") Answer true/false for e1 = = e2, e == 3 Answer true/false e1.equals(e2), e1.equals(e3)
1. what is java polymorphism - how java implements polymorphism? 2. purpose of volatile keyword 3. can top level class be declared static? 4. when is object.finalise method, when is it called? 5. Can we syncronise the static method 6. Can we invoke non static method from static method on same class 7. Producer and consumer pattern explain?? 8. Which design pattern u used in ur projects? 9. Describe heirarchy of exception class 10. Java collection api - describe a few? 11. Describe transient variable 12. Describe final keyword 13. Multithreading - how to create multiple thread, describe how to start new thread 14. Difference between runnable and callable 15. Difference between treemap and hashmap? 16. String, string builder and string buffer differences 17. Java io apis which u used -? 18. Singleton pattern - explain 19. How do you make class singleton.
We are not able to take your interview today will you available for the coming weekend?
You have a cake and you need to cut the cake into exactly 16 pieces in only 4 straight cuts
Types of Load Balancer
What is SSO?
What is VPC?
Viewing 71 - 80 interview questions