Assume there is a method provided getNextperson() which gives Person objects which have comparable interface implemented, now read from a file records and sort it and give first 1000 records, write code on the paper
Java Technical Lead Interview Questions
12,697 java technical lead interview questions shared by candidates
What are Exceptions in Java.
if there are 9 white balls and 7 black balls in a bag .You have to take out balls one by one from the bag.then in how many attempts you wilk get a matched pair
What is java?
public class Person { Person father; Person mother; Gender gender; Integer age; List<Person> children; int level = 0; public enum Gender { Male, Female; } } For the above class, you basically have to implement 2 methods. public List<Person> getOldestSisters() public List<Person> getGreatestAncestors()
Basic Java Questions: Annonymous Classes, Nested Classes etc.
1- write a java program to print the total arrangement of any string without using collection and string.
There was written test which included 60 aptitude questions and 20 technical questions. In interview, below were the questions I remember : for input : 3 5 4 1 2, below is the output -*--- -**-- ***-- ***-* ***** Write program for it
Basic questions about family, education, projects, placement. And a little discussion on the answers of sql and java programs that were given in the previous round.
In second face to face they ask jvm jdk jre Method overloading and overriding Exception handling Program on collection Access modifier and their restriction Final year project 3.cto round Very difficult if you are not aware about what you have mentioned In your resume Prefer this question if you are going to face this round The question is like Convert decimal to hex Method in system class Attribute of head tag in html DOS commands Attribute of table tag 8 access modifier and where they we can apply or where we can not Interface and class Create table in html Javascript program Protocols and their port numbar Ven diagram of jdk jvm jre ALL THE BEST
Viewing 11 - 20 interview questions