Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
Questions answered by Arvind1
Profile
Following
Followers
Questions
Answers
Articles
wall
3
votes
what is the difference between quick sort and binary sort ??
answer
Oct 1, 2013
0
votes
Java: Need a fully functional hash table with time complexity for search O(n)
answer
Oct 1, 2013
0
votes
What's happening when the Linux kernel is starting the OOM killer, how does it choose which process to kill first.
answer
Sep 30, 2013
1
vote
How to create compressed tar file using bzip2 in Linux?
answer
Sep 30, 2013
3
votes
Java: At what point is there a live connection between the client and the server and how are connections managed?
answer
Sep 30, 2013
1
vote
What is the advantage of having virtual address space concept in OS ?
answer
Sep 29, 2013
2
votes
How to find if given binary tree is a valid binary search tree?
answer
Sep 28, 2013
0
votes
How to operate Java RMI through two firewalls?
answer
Sep 28, 2013
1
vote
How embedded SQL differ from dynamic SQL?
answer
Sep 28, 2013
3
votes
Java: I have synchronized some local objects when I try make them remote my application hangs?
answer
Sep 28, 2013
3
votes
why does the Java RMI implementation not reuse server side ports when I use a custom server socket factory?
answer
Sep 28, 2013
3
votes
Why we are always prefer implementing the Hashkell maps as balanced binary trees instead of traditional hashtables?
answer
Sep 25, 2013
0
votes
I would like to hide or protect URL of the jsp page, how can I do that?
answer
Sep 25, 2013
1
vote
How to build custom tags in java?
answer
Sep 25, 2013
1
vote
Java: What will happen if a method does not throw an checked Exception directly but calls a method that does?
answer
Sep 24, 2013
0
votes
What is purpose of using serialVersionUID in Java?
answer
Sep 24, 2013
2
votes
How CISC processors differ from RISC ?
answer
Sep 23, 2013
1
vote
How to make sure that Subclass method actually overrides the method of the superclass or parent class in Java?
answer
Sep 23, 2013
2
votes
I would like to the list to be sorted on the basis of the employeeID of Employee class. How can I do it?
answer
Sep 23, 2013
1
vote
I want to change the Heap size of JVM. How can I achieve it?
answer
Sep 23, 2013
0
votes
Java: If an ArrayList has to be iterate to read data only, what is the fastest way?
answer
Sep 22, 2013
0
votes
How race condition works in Java hashmap?
answer
Sep 18, 2013
0
votes
Why the method call System.gc() doesn't guarantees that the Garbage Collector algorithm will run at that moment?
answer
Sep 18, 2013
1
vote
Find non-distinct occurrences of the words found in the array?
answer
Sep 17, 2013
0
votes
Design a library shelf which can store books or digital media also like CD/DVD?
answer
Sep 17, 2013
1
vote
Attempt to ping a machine at IP 10.1.0.11 and get nothing back?
answer
Sep 16, 2013
1
vote
What are database files, control files and log files. How many of these files should a database have at least? Why?
answer
Sep 16, 2013
1
vote
Relationship between service areas and tracking areas in lte ?
answer
Sep 14, 2013
2
votes
Online tool for button/GIF generator
answer
Sep 14, 2013
1
vote
how to find the fastest way to locate the largest element in a circular sorted array ?
answer
Sep 14, 2013
2
votes
How congestion control works in the TCP protocol ?
answer
Sep 14, 2013
0
votes
What resources are used when a thread created? How do they differ from those when a process is created?
answer
Sep 9, 2013
-1
votes
Why equals() method must be compatible with compareTo in java ?
answer
Sep 9, 2013
0
votes
How to detect memory leak in java?
answer
Sep 9, 2013
0
votes
Java:Can we create a user defined immutable class like String?
answer
Sep 5, 2013
0
votes
Java:How could Java classes direct program messages to the system console but error messages say to file?
answer
Sep 5, 2013
1
vote
Can we write a java class that could be used as both an applet as well as application?
answer
Sep 5, 2013
3
votes
Java: Can a Thread call a non-synchronized instance method of an object when a synchronized method is being executed?
answer
Sep 4, 2013
2
votes
What is the difference between Thread.start() & Thread.run() method in Java
answer
Sep 4, 2013
...