what is java?
Java Technical Trainer Interview Questions
24,702 java technical trainer interview questions shared by candidates
The task was to build a command line utility to search for string. The input is text file (where every line is a new string) and some prefix. The program should print the shortest word in a text file that starts with the given prefix. The main idea was to build a perfect data structure to store the strings from text file and to make a look up. It is supposed that text file could be very big and looking for a string in a set of strings is not suitable.
Define a class population with three methods- addPopulation(), printPopulation(), population(). addPopulation() takes two arguments- countryname in the form of string and population as int. It needs to store that value in a single structure. population() takes countryname as input and displays its population. If that countryname isn't present in the list, the output should be zero. printPopulation() prints all the countries with their respective population in tabular form.
Technical round all basic question of java
2 Java codes to check the aptitude
why this job why squertz
Singleton Design pattern
Tell me something about yourself
Questions with each carrying marks and it was like internal paper for 25 marks
Did you have problems with a superior?
Viewing 521 - 530 interview questions