A Funny Java Flavoured Look at the World

Wednesday, April 04, 2007

Java J2EE Job Interview Companion - book review

Java J2EE Job Interview Companion
I found this excellent book this week. I would recommend this book whether you are or are not looking for a new job. It basically sums up a number of well used things in Java programming but in short one paragraph sentences, which is why its a useful interview companion.
It has questions like
1. Give a few reasons for using Java

Built-in support for multi-threading, socket communication, and memory management (automatic garbage

collection).

Object Oriented (OO).

Better portability than other languages across operating systems.

Supports Web based applications (Applet, Servlet, and JSP), distributed applications (sockets, RMI. EJB etc)

and network protocols (HTTP, JRMP etc) with the help of extensive standardised APIs (Application Program

Interfaces).

What is an IS A and a HAS A relationship, Explain the Java Collections Framework

You can find the answers to these questions if you don't already know them but this books summarises it in one paragraph. I have found it very useful for jogging my memory on topics and giving me a little bit of knowledge on the topics I don't know anything about. I think the best quality the book has is it gives you enough information and explanation to understand the topic, so if your fellow developers are talking about it you will have an idea of what it is.

This is the blurb on the amazon.co.uk page - http://www.amazon.co.uk/Java-J2EE-Job-Interview-Companion/dp/1411668243/ref=sr_1_1/202-6432586-7418219?ie=UTF8&s=books&qid=1175700291&sr=8-1

synopsis
A Java/J2EE interview companion and a quick reference guide for: Job seekers Promotion seekers Pro-active learners Interviewers Lulu top 100 best seller. Learn the core concepts and issues relating to Java/J2EE in an easy to understand questions and answers approach.Covers over 220 interview questions and concise answers with diagrams,examples,code samples,cross referencing etc. A quick reference guide, a refresher and a roadmap covering a wide range of Java J2EE related topics. Learn more about this book on Java J2EE interview questions with answers. Available as a PDF version Java J2EE interview questions with answers pdf version

I have only read about 30 pages but so far I have been pretty impressed with it

10 Comments:

Post a Comment

<< Home