|

Search results for java



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 ...
Answer in Java public static void sumFile ( String name ) { try { int total = 0; BufferedReader in = new BufferedRead ...
I have been asked this question 2 times in an interview and after googling up i found the answer at java-questions.com
Company where asked this question: Ness
Interviewed for position: Software enginner
The static block is only loaded when the class object is created by the JVM for the 1st time whereas init {} block is loaded every time class object i ...
The question means when a program is run the object, variables and class has to be loaded either on stack or heap.
There are two rectangles defined by corner points LowerRight and UpperLeft. The task is to write a function which would check if two given rectangles ...
The directory structure of a web application consists of two parts. A private directory called WEB-INF A public resource directory which contains pub ...
Certain objects that are available for the use in JSP documents without being declared first. These objects are parsed by the JSP engine and inserted ...