Puzzle Corner
Sign In
Home
Feedback
Blog
Resources
About
Starred
Add Question
All (696)
coding (266)
c++ (157)
algorithms (151)
puzzle (134)
CS Fundamentals (83)
oop (55)
arrays (45)
internet (40)
string (34)
math (31)
databases (28)
system (26)
probability (26)
networking (25)
linkedlist (24)
binarytrees (24)
tree (22)
bit manipulation (19)
sorting (11)
stack (10)
bst (9)
java (8)
xml (8)
sql (7)
next in series (7)
traversal (6)
graph (4)
debugging (4)
lateral thinking (4)
palindrome (4)
mysql (4)
prime (4)
general (4)
unix (3)
CGI (3)
duplication (3)
threading (3)
random (3)
search (3)
fibonacci (3)
encryption (3)
joins (3)
hash (3)
queue (3)
asm (3)
design patterns (2)
Random
Determine is a graph is circular.
[
2007-02-26 23:42:22
]   
How would you determine is a graph is circular.
link
Author
:
prem
Tags
:
algorithms
|
graph
Answer
Mirror Image of a Binary Tree
[
2007-06-26 08:38:01
]   
Change a binary tree so that the roles of the left and right pointers are swapped at every node.
link
Author
:
manib
Tags
:
binarytrees
2 Comments
Answer
How can you achieve Multiple Inheritance in Java?
[
2007-02-26 23:42:20
]   
How can you achieve Multiple Inheritance in Java?
link
Author
:
prem
Tags
:
coding
|
java
1 Comment
Answer
Java synchronize
[
2007-02-26 23:42:20
]   
What does the keyword "synchronize" mean in java. When do you use it? What are the disadvantages of synchronization?
link
Author
:
prem
Tags
:
coding
|
java
2 Comments
Answer
How does the synchronized keyword work?
[
2007-02-26 23:42:21
]   
How does the synchronized keyword work? What happens when you use it on a static method?
link
Author
:
prem
Tags
:
java
1 Comment
Answer
Differences between C++ and Java
[
2007-02-26 23:42:21
]   
Name some major differences between C++ and Java.
link
Author
:
prem
Tags
:
c++
|
java
3 Comments
Answer
Java "final" keyword
[
2007-02-26 23:42:20
]   
What does the "final" keyword mean in front of a variable? A method? A class?
link
Author
:
prem
Tags
:
coding
|
java
1 Comment
Answer
Differentiate between final finally and finalize
[
2007-02-26 23:42:21
]   
Differentiate between final, finally and finalize
link
Author
:
prem
Tags
:
java
Answer
Are java constructors inherited ?
[
2007-02-26 23:42:20
]   
Are java constructors inherited ? if not, why not?
link
Author
:
prem
Tags
:
coding
|
java
1 Comment
Answer
What is the difference between an Applet and an Application?
[
2007-02-26 23:42:20
]   
What is the difference between an Applet and an Application?
link
Author
:
prem
Tags
:
coding
|
java
Answer
Created by
Premchand Jayamohan