What is the difference between quicksort & mergesort? When should they be used? What is their running time?
1086Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
1330
Explain the difference between transient and volatile in java?
Can we use return in constructor?
Can static methods be inherited?
What is a buffer in computer?
Difference between this() and super() in java ?
What is broken and continue statement?
What are the benefits of immutable objects?
What are parsing rules?
Which collection is sorted in java?
How do you add an element to a hashset in java?
What is jit compiler in java?
How to implement a multithreaded applet?
Highest level event class of the event-delegation model?
What do you mean by singleton class in java?
Why is string builder not thread safe?