Puzzle CornerSign In
HomeFeedbackBlogResourcesAbout
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.
linkAuthor:premTags: algorithms | graphAnswer

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.
linkAuthor:manibTags: binarytrees2 CommentsAnswer

How can you achieve Multiple Inheritance in Java?[2007-02-26 23:42:20]   
How can you achieve Multiple Inheritance in Java?
linkAuthor:premTags: coding | java1 CommentAnswer

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?
linkAuthor:premTags: coding | java2 CommentsAnswer

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?
linkAuthor:premTags: java1 CommentAnswer

Differences between C++ and Java[2007-02-26 23:42:21]   
Name some major differences between C++ and Java.
linkAuthor:premTags: c++ | java3 CommentsAnswer

Java "final" keyword[2007-02-26 23:42:20]   
What does the "final" keyword mean in front of a variable? A method? A class?
linkAuthor:premTags: coding | java1 CommentAnswer

Differentiate between final finally and finalize[2007-02-26 23:42:21]   
Differentiate between final, finally and finalize
linkAuthor:premTags: javaAnswer

Are java constructors inherited ?[2007-02-26 23:42:20]   
Are java constructors inherited ? if not, why not?
linkAuthor:premTags: coding | java1 CommentAnswer

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?
linkAuthor:premTags: coding | javaAnswer





Created by Premchand Jayamohan