Puzzle:
You are given a matrix N x M size. Each cell of the matrix contains a random capital letter of English alphabet [“A”..”Z”]. If matri ...
Search results for java
Filling Matrix Interview Puzzle
Posted by Job-Interview
Dear Hiring Manager,
Please consider me for the position as advertised on web site dated.
I am Master of Applied Mathematics with more than 11 yea ...
The basic idea of the Dependency Injection is to have a separate object, an assembler, that populates a field in the lister class with an appropriate ...
Answer
- A request comes in from a Java Server Page into the ActionServlet
- The ActionServlet having already read the struts-config.xml file, knows ...
Write a function that sums up integers from a text file, one int per line.
Posted by Job-Interview (http://sites.google.com)
Answer in Java
public static void sumFile ( String name ) { try { int total = 0; BufferedReader in = new BufferedRead ...
Many of junior developers consider technical interview a compulsory torture. This fear is not confined to the IT fresher who has little or no experien ...
What is Dynamic CSS?
Posted by Microsoft-Interview
Traditionally CSS (Cascading Style Sheets) are static files with .css extension linked to your web pages by using “link” meta tags inside header s ...