core java basics, data structures and algorithms, coding,web services, managing difficult situation in dev environment
Core Java Interview Questions
92 core java interview questions shared by candidates
You have a cake and you need to cut the cake into exactly 16 pieces in only 4 straight cuts
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
Question regarding Collections & Generics
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)
Threads, how to create threads? which is best way?
Aptitude reasoning
exception handling
All collection framework, each topic in detail.
Viewing 71 - 80 interview questions