What is the difference between quicksort & mergesort? When should they be used? What is their running time?
1089Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
1336
How to print nodes of a Binary tree?
What is meant by memory leak?
What is a treeset class?
Can we have multiple classes in single file ?
How do you add an arraylist to an array in java?
How do you use substring in java?
What is immutable state?
What are the differences between path and classpath variables?
What is an object class?
Why main() method is public, static and void in java ?
What is void class in java?
What is difference between throw and throws ?
Explain about sets?
How many bytes is a unicode character?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?