Multi-threading is a concept that even some of the experience developers also find difficult to understand. If you are appearing for investment bank, insurance or healthcare technology services company, the chances are that you will be tested thoroughly on the multi-threading concepts. Depending upon your experience, the questions may vary from basic to advanced levels. There are generally a set of written questions as well on this topic, which I will try to compile very soon. So, here is the list of basic questions on multi-threading.
This is a collection of Interview Question on Java / JEE related technologies.
Showing posts with label Basic. Show all posts
Showing posts with label Basic. Show all posts
Tuesday, September 11, 2012
Hibernate Questions -1
Hibernate is an ORM tool that is used by various applications to reduce the effort of writing Database interaction code. It is a kind of becoming de-facto for various database tasks. So it becomes important for most of the organisation in the Java JEE space that there development team is well versed with this technology. Here I would try to list various questions that might be asked on Hibernate technology.
Monday, September 10, 2012
Mutli Threading Question Written - 1
Question : There are three threads, which can print an assigned array as below:
Thread1 - {1,4,5}
Thread2 - {2,5,7}
Thread3 - {3,6,9}
Write a program that print the output so that the output is always 1,2,3,4,5,6,7,8,9? Also, make it extendible so that the same logic can be applied to more number of threads.
Thread1 - {1,4,5}
Thread2 - {2,5,7}
Thread3 - {3,6,9}
Write a program that print the output so that the output is always 1,2,3,4,5,6,7,8,9? Also, make it extendible so that the same logic can be applied to more number of threads.
Saturday, August 25, 2012
Basic Java Questions - 2
This is the second part of Basic Questions asked on Core Java. Please leave a comment if you think there is something wrong with an answer as it will help me greatly.
Friday, August 24, 2012
Basic Java Questions - 1
This page contains the list of question that are generally asked in the Java General Questions. They can also be termed as questions asked on Basic Java Language.
Subscribe to:
Posts (Atom)