Any five html empty tags (last round)
Lead Java Developer Interview Questions
18,725 lead java developer interview questions shared by candidates
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
What are Exceptions in Java.
Given two files that has list of words (one per line), write a program to show the intersection.
Java is pass by value or pass by ref?
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.
What is inheritance?
Viewing 11 - 20 interview questions