Groups
Sign in
Groups
Pune Java Puzzles
Conversations
About
Send feedback
Help
Pune Java Puzzles
Contact owners and managers
1–19 of 19
Mark all as read
Report group
0 selected
Rohit Ghatol
7/18/09
Why is Object the base class of all classes in Java?
Here is a subjective question on Java Why is Object the base class of all classes in Java? Why wait,
unread,
Why is Object the base class of all classes in Java?
Here is a subjective question on Java Why is Object the base class of all classes in Java? Why wait,
7/18/09
kalpana kalpana
,
Rohit Ghatol
2
7/11/09
java jobs and interview questions
Nice questions :) On Jun 17, 1:47 pm, kalpana kalpana <kalpana9...@gmail.com> wrote: > What
unread,
java jobs and interview questions
Nice questions :) On Jun 17, 1:47 pm, kalpana kalpana <kalpana9...@gmail.com> wrote: > What
7/11/09
Rohit Ghatol
6/13/09
Why does Object have notify(), wait() and notifyall() methods?
Simple Question - Why does Object have notify(), wait() and notifyall() methods?
unread,
Why does Object have notify(), wait() and notifyall() methods?
Simple Question - Why does Object have notify(), wait() and notifyall() methods?
6/13/09
sankarf sankar
6/13/09
java books
java basic information 23 http://alljobsbasics.blogspot.com/2009/05/java-basic-information-23.html
unread,
java books
java basic information 23 http://alljobsbasics.blogspot.com/2009/05/java-basic-information-23.html
6/13/09
ramya
5/20/09
java jobs and notes
java jobs1 http://alljobssee.blogspot.com/2009/05/java-jobs1.html experienced java jobs http://
unread,
java jobs and notes
java jobs1 http://alljobssee.blogspot.com/2009/05/java-jobs1.html experienced java jobs http://
5/20/09
vandan...@gmail.com
10/22/08
java books
Servlet http://seeallsoftwarebooks.blogspot.com/2008/08/servlet.html Applet http://
unread,
java books
Servlet http://seeallsoftwarebooks.blogspot.com/2008/08/servlet.html Applet http://
10/22/08
Rohit Ghatol
, …
Yogesh Patel
3
2/4/08
What is the output of this program #1?
So , java compiler report error for that, its unreachable code. On Feb 1, 2008 4:43 PM, Pratham <
unread,
What is the output of this program #1?
So , java compiler report error for that, its unreachable code. On Feb 1, 2008 4:43 PM, Pratham <
2/4/08
Rohit Ghatol
,
Pratham
2
2/1/08
Loop condition
The Program is not going to compile
unread,
Loop condition
The Program is not going to compile
2/1/08
Rohit Ghatol
,
Pratham
2
2/1/08
Explain Model View and Controller Pattern
As far as MVC2 is concerned The request first goes to the main controller (Normally a Servlet but can
unread,
Explain Model View and Controller Pattern
As far as MVC2 is concerned The request first goes to the main controller (Normally a Servlet but can
2/1/08
Rohit Ghatol
,
Pratham
2
2/1/08
What is the difference between Abstract Factory and Factory method design pattern?
Abstract factory allows the implementing class to create the objects... whereas Factory method
unread,
What is the difference between Abstract Factory and Factory method design pattern?
Abstract factory allows the implementing class to create the objects... whereas Factory method
2/1/08
Rohit Ghatol
,
Pratham
2
2/1/08
Servlet init failed once, what should happen on the next request
Hi, Initialization of the servlet is the one time process. I think if the Initialization fails for
unread,
Servlet init failed once, what should happen on the next request
Hi, Initialization of the servlet is the one time process. I think if the Initialization fails for
2/1/08
Rohit Ghatol
2
12/18/07
What is wrong with following program
Let me correct a simple typo error first then you all can start on this problem public class Logger{
unread,
What is wrong with following program
Let me correct a simple typo error first then you all can start on this problem public class Logger{
12/18/07
Rohit Ghatol
12/18/07
Visit http://pune-java-puzzles.blogspot.com for interesting articles.
Hello Everyone, Please Visit http://pune-java-puzzles.blogspot.com for interesting articles. Many of
unread,
Visit http://pune-java-puzzles.blogspot.com for interesting articles.
Hello Everyone, Please Visit http://pune-java-puzzles.blogspot.com for interesting articles. Many of
12/18/07
Rohit Ghatol
,
Yogesh Patel
3
12/11/07
Find the ratio of Car commutors to Total Commutors
The actual answer is 5. Now the question remains WHY? Could someone try to explain? On Dec 11, 2007 6
unread,
Find the ratio of Car commutors to Total Commutors
The actual answer is 5. Now the question remains WHY? Could someone try to explain? On Dec 11, 2007 6
12/11/07
Rohit Ghatol
,
Undertaker
4
12/11/07
Base class's contructor and method throws exception, What needs to be taken care of when writing the derived class for this?
As usual I won't give the answer right away. Its good to see people try, I will give hints See
unread,
Base class's contructor and method throws exception, What needs to be taken care of when writing the derived class for this?
As usual I won't give the answer right away. Its good to see people try, I will give hints See
12/11/07
NItin
,
Rohit Ghatol
2
12/11/07
Different Swap implementation;
This is a good example. To phrase it as a puzzle i would say Give different Implementations of swap
unread,
Different Swap implementation;
This is a good example. To phrase it as a puzzle i would say Give different Implementations of swap
12/11/07
Rohit Ghatol
, …
Yogesh Patel
5
12/10/07
Write a Singleton without using Synchronized keyword
public class Singleton{ /** * Private constructor */ private Singleton(){ } /** * private static
unread,
Write a Singleton without using Synchronized keyword
public class Singleton{ /** * Private constructor */ private Singleton(){ } /** * private static
12/10/07
Rohit Ghatol
12/6/07
What is the use of equals and hashCode method? When do we need to overwrite them?
What is the use of equals and hashCode method? When do we need to overwrite them? Give examples and
unread,
What is the use of equals and hashCode method? When do we need to overwrite them?
What is the use of equals and hashCode method? When do we need to overwrite them? Give examples and
12/6/07
Rohit Ghatol
12/6/07
Implement List Interface using arrays
Implement a class say MyArrayList. This class implements the java.util.List Interface. You need to
unread,
Implement List Interface using arrays
Implement a class say MyArrayList. This class implements the java.util.List Interface. You need to
12/6/07