Link Details

Link 1123 thumbnail
User 133619 avatar

By murban
via it.sys-con.com
Published: Jun 28 2006 / 05:24

If you are planning to hit the job market, you may need to refresh some of the Java basic terms and techniques to prepare yourself for a technical interview. Here's a list of some of the core Java questions that you might expect during the interviews.
  • 24
  • 0
  • 1573
  • 772

Comments

Add your comment
User 170446 avatar

rabagley replied ago:

0 votes Vote down Vote up Reply

Gets your brain going before the big I. Use it as a starter list and whenever you come across a bit of Java nuance, add a question.

User 106363 avatar

renegademike replied ago:

0 votes Vote down Vote up Reply

The "masters" title had me expecting to see a few more things like:

* What is the purpose of the static modifier?

* How can you create a memory leak in a Java program?

* How can you create a deadlock between two Threads?

* Is it better, in general, to use notify() or notifyAll()?

* How can you ensure a Collection is thread safe? Any gotchas? (hint: Iterators)

* How can you buffer I/O streams/readers/writers?

* What is a ThreadLocal variable and when can/should it be used?

Oh well, I guess we could probably fill up about 15-20 pages if we kept going... I'd rather go eat lunch :)

User 187426 avatar

santa replied ago:

0 votes Vote down Vote up Reply

>> An abstract class may contain code in method bodies, which is not allowed in an interface.

In fact you can place method definitions into interface if they are static.

User 40420 avatar

Thomas1OF12 replied ago:

0 votes Vote down Vote up Reply

I voted for the article, however (and I *greatly cringe*), I have seen non-technical Managers who could not spell Java pull a list like this off the internet and use it for the technical part of an interview - worse I have seen newbie Java hackers that couldn't answer these questions use the list for an interview that they were Java kings. Oh well .... :-)

Regards,
Tom Pridham

User 17897 avatar

kdenehy replied ago:

0 votes Vote down Vote up Reply

And where can I get some?

I do have to agree that the article isn't that great. Many of the questions are full of ambiguity and it's hard to tell what they're asking for. And many of the answers are pretty subjective.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.