498 reputation
415
bio website collegesnippets.blogspot.com
location Arizona
age 20
visits member for 1 year, 10 months
seen 38 mins ago
stats profile views 30

I've got a blog of sorts: http://collegesnippets.blogspot.com/ . Check if out if you have some free time.

@idmontie


Apr
19
awarded  Popular Question
Mar
14
awarded  Popular Question
Feb
26
awarded  Constituent
Feb
19
awarded  Caucus
Dec
31
awarded  Popular Question
Nov
14
comment How to test Java web applications
For small applications, simply having many people try various features in the product should suffice.
Oct
30
comment “Best fit” to avoid reuse of object instances in a collection
Depending on the edition, this book has an incorrect pseudo-random traversal algorithm. Hopefully they fixed the issue in the newest edition.
Sep
20
comment Where would my different development rhythm be suitable for the work?
I can't imagine working in a team the way you describe.
Sep
7
answered What's the simplest way to provide a portable, locally running webservice server application?
Jul
19
awarded  Yearling
Jun
8
awarded  Constituent
Jun
8
awarded  Caucus
May
4
comment Is it bad practice to name an unused variable with a single underscore?
In prolog, an underscore indicates that the variable will be anonymous and therefor unused.
Mar
3
comment How do you do technical interview when you can't commnicate with the interviewer?
Was it his accent? Was he speaking fast? If so, kindly ask him to slow down. And some interviewers like introducing themselves to break the ice.
Mar
3
answered How do you do technical interview when you can't commnicate with the interviewer?
Feb
27
comment How can I get vampire numbers
Why is Oracle needed to do this? Does the database have a list of Vampire Numbers already pre-computed?
Jan
26
comment Never use Strings in Java?
+1 for "Don't over-engineer!"
Jan
25
answered How to correct a junior, but encourage him to think for himself?
Jan
20
comment Handling extremely large numbers in a language which can't?
First thing that comes to mind is Java's BigInteger: docs.oracle.com/javase/6/docs/api/java/math/BigInteger.html
Jan
6
comment interview for an internship but I think I may be unprepared
Have you covered objects and classes yet?