3,345 reputation
620
bio website github.com/mransing
location India
age 33
visits member for 2 years, 5 months
seen 4 hours ago
stats profile views 305

I am a programmer, and I can solve Rubiks cube, with extended timeline.
Some of my good answers (According to me )

Concurrency
Error Logging
Iterator lock
Sum of the digits of 100!


Jan
29
comment Why is a Boolean value stored as a byte inside of a computer when it only requires one bit
The only word you are missing is "Boundary Alignment".
Jan
25
comment throwing runtime exception in Java application
Can you explain what is Service Tier? Is the layer farthest from the user, or nearest to the user?
Jan
25
comment throwing runtime exception in Java application
If something can happen quite often, it's not exception. But agreed that error should not be thrown, which the user has no clue about.
Jan
24
answered I've been told that Exceptions should only be used in exceptional cases. How do I know if my case is exceptional?
Jan
22
comment Why does Internet Explorer have so many incompatibilities with other browsers?
Most probably backward compatibility. IE is the oldest of them all.
Jan
21
comment Prerequisites for coding android apps?
Before anyone read, please remove whatever you have written about C++. "public static void main(String args[])" is not simpler than "int main()".
Jan
21
comment How can “hash functions” be used to implement hash maps at all?
@Graham Lee - Thanks for correcting.
Jan
21
comment How can “hash functions” be used to implement hash maps at all?
@Michael Kjörling - Thanks for the information. Here I only wanted Dokkat to get clear idea of hash and hence did not get into details of hash.
Jan
21
comment How can “hash functions” be used to implement hash maps at all?
@Andres F. - How constant function gives 2 different values for different inputs?
Jan
21
revised How can “hash functions” be used to implement hash maps at all?
added 68 characters in body
Jan
21
comment How can “hash functions” be used to implement hash maps at all?
yes, true. But not sure what to put there, what about "As different as possible"?
Jan
21
answered How can “hash functions” be used to implement hash maps at all?
Jan
18
answered Is it necessary to learn Makefiles when you have an IDE?
Jan
18
revised Descriptive naming vs. 80 character lines
deleted 5 characters in body
Jan
17
revised software design interview questions
deleted 10 characters in body
Jan
17
answered software design interview questions
Jan
17
comment Is it a good idea to provide different function signatures that do the same thing?
+1. You are dealing with developers/programmers. Microsoft idea of "user is monkey", does not work here.
Jan
16
comment I hate one of our coding standards and it drives me insane, how to process it?
@Caleb - It may possible that your experience of using prettyprinter is different. We are using Atristic Style and no one has complaints about it.
Jan
16
answered I hate one of our coding standards and it drives me insane, how to process it?
Jan
13
awarded  Quorum