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
Question posted by Vinay
Profile
Following
Followers
Questions
Answers
Articles
wall
+1
vote
1
answer
I would like to map an ephemeral port to a pid?
posted
Oct 2, 2013
netstat
tcp
linux
+2
votes
1
answer
How can I change speed and make full duplex settings for eth0?
posted
Sep 30, 2013
linux
+2
votes
1
answer
What's happening when the Linux kernel is starting the OOM killer, how does it choose which process to kill first.
posted
Sep 30, 2013
linux
+4
votes
2
answers
How does the distributed garbage collector detect a client that disconnects?
posted
Sep 29, 2013
rmi
java
+2
votes
1
answer
How to operate Java RMI through two firewalls?
posted
Sep 28, 2013
rmi
java
firewall
+2
votes
1
answer
Java: If an ArrayList has to be iterate to read data only, what is the fastest way?
posted
Sep 21, 2013
data structures
+2
votes
1
answer
Why the method call System.gc() doesn't guarantees that the Garbage Collector algorithm will run at that moment?
posted
Sep 18, 2013
java
+1
vote
1
answer
Design a library shelf which can store books or digital media also like CD/DVD?
posted
Sep 16, 2013
java
c++
+1
vote
1
answer
Find non-distinct occurrences of the words found in the array?
posted
Sep 16, 2013
java
data structures
+2
votes
1
answer
Attempt to ping a machine at IP 10.1.0.11 and get nothing back?
posted
Sep 16, 2013
networking
+3
votes
1
answer
What are database files, control files and log files. How many of these files should a database have at least? Why?
posted
Sep 15, 2013
dbms
database
+2
votes
1
answer
How congestion control works in the TCP protocol ?
posted
Sep 13, 2013
networking
+2
votes
1
answer
how to find the fastest way to locate the largest element in a circular sorted array ?
posted
Sep 13, 2013
data structures
c
–2
votes
0
answers
What happens if Serializable class contains a member which is not serializable?
posted
Sep 11, 2013
java
–2
votes
1
answer
Why wait and notify is declared in Object class instead of Thread ?
posted
Sep 11, 2013
java
–1
vote
1
answer
What resources are used when a thread created? How do they differ from those when a process is created?
posted
Sep 9, 2013
os
+3
votes
2
answers
Why equals() method must be compatible with compareTo in java ?
posted
Sep 8, 2013
java
–1
vote
3
answers
How to detect memory leak in java?
posted
Sep 8, 2013
java
0
votes
1
answer
Can we write a java class that could be used as both an applet as well as application?
posted
Sep 5, 2013
java
0
votes
1
answer
Java:How could Java classes direct program messages to the system console but error messages say to file?
posted
Sep 5, 2013
java
+1
vote
1
answer
Java:Can we create a user defined immutable class like String?
posted
Sep 5, 2013
java
+1
vote
1
answer
Java: Can a Thread call a non-synchronized instance method of an object when a synchronized method is being executed?
posted
Sep 4, 2013
java
0
votes
1
answer
What is the difference between Thread.start() & Thread.run() method in Java
posted
Sep 4, 2013
java
...