Jeffrey M. Hunter
Retail Price $27.95 / £17.95
-Order now and get 30% off the retail price! -You also receive immediate online access to the interview questions and answers!
Only $19.95
This book is the accumulated observations of the author's interviews with hundreds of job candidates. The author provides useful insights into what characteristics make a good Java programmer and offers his accumulated techniques as an aid to interviewing a Java programmer job candidate. This handy guide has a complete set of Java job interview questions and provides a complete method for accurately assessing the technical abilities of Java job candidates. By using Java job interview questions that only an experienced person knows, your application developers can ask the right interview questions and fill your Java job with the best qualified Java developer.
* Assists the IT manager in choosing the best-qualified Java professionals. * Provides proven techniques that can accurately ascertain a job candidate's suitability for a Java position. * Lists the personality characteristics of successful Java professionals and how to identify candidates with the right demeanor. * Describes methods for evaluating academic and work history for Java professionals. * Includes managers' checklist of personality and background characteristics that indicate a suitable Java job candidate. * Covers techniques to quickly scan resumes and find the best-qualified Java job candidates. * Includes oral interview questions for Java Programmers and Java Developers. * Includes many job interview questions on Java Object Oriented Programming Concepts, Java Language Fundamentals, Java Installation and Configuration, Java Performance Tuning, Java Security, Java Threads, Java Collections Framework, Java I/O, Java Networking, and Java Swing/AWT.
About the Author:
Table of Contents:
Index:
A AACBS American Assembly of Collegiate Business Schools Appearance B Background checks Behavior Body language Brain Bench
C Common job duties Cost of hiring
E Enterprise Java Beans
F Flex time
G Golden handcuffs Gourman Report
H Hiring phases
I IT headhunters
J J2EE J2SE Java Certification Java Certification Exams Java programming job requirement Java Sandbox JavaOneSM Job Titles
M Management by Objective MBA
O On-site interview
P Personality
R References Resume Red Flags Résumé screening
S Salaries Sample questions Attention to Detail Commitment to Task General Java Collections Framework Java I/O Java Installation and Configuration Java Networking Java Performance Tuning Java Programming and Development Java Security Java Swing/AWT Java threads Non-technical Object-oriented programming concepts Planning, Prioritizing, and Goal Setting Policies and Procedures Quality of Candidate Self-initiative Sun Certified Developers Sun Java Certification program Sun Microsystems T Technical examination Telecommuting Telephone interview Telephone screening
Errata:
In the code example, class B should “extend” class A. The code example should read as follows:
Class A {
static void foo(int x) {};
}
Class B extends A {
void foo(int x) {};
The method signature to the toString() method is incorrect and should not contain an argument in the expected answer. The expected answer should read as follows:
Expected answer: Use the toString() method of StringBuffer to return its contents to a String object.
In the expected answer, replace the formula “22 = 4” with “2 (superscript) 2 = 4”. The expected answer should read as follows:
Expected answer: Simply perform two right shifts of the x value:
int y = x >> 2;
Each right shift by one is equivalent to dividing by 2. In our example, 22 = 4; so perform two right shifts.
This is a MUST for any Java job employer.
SAN: 2 5 5 - 1 3 1 4