4,343 reputation
2627
bio website
location
age
visits member for 1 year, 3 months
seen yesterday
stats profile views 235

"Whoever gets sense loves his own soul; he who keeps understanding will discover good."
Proverbs 19:8


1d
revised how can i convert this code into android phone which have written in java?
Redaction & code fix
2d
comment Java gives a JVM error upon closing the frame
You can try and take a peek at /home/chris/Desktop/BasicGame/hs_err_pid8351.log's content.
2d
comment How does Mac OS X determine that an application needs Java?
does this help in any way?
May
15
answered Why is this not an error in Java Generics
May
15
reviewed Close Define local function in JavaScript: use var or not?
May
15
reviewed Close Segfault — but the pointer isn't NULL
May
15
reviewed Close How to configure log4j to only keep log files for the last seven days?
May
15
reviewed Close How to upload file in Servlet/JSP with other input fileds or parameters?
May
15
reviewed Approve suggested edit on Unable to get property 'value' of undefined or null reference
May
15
reviewed Reject suggested edit on .animate jQuery function not working
May
15
reviewed Reject suggested edit on Record Browser Actions
May
15
reviewed Reject suggested edit on Vim automatically removes indentation on Python comments
May
15
reviewed Reject suggested edit on Countdown -> Redirect -> Reset
May
15
reviewed Approve suggested edit on MATLAB: GUI progressively getting slower
May
15
reviewed Reject suggested edit on How do I remove the most recent post from the sidebar in Wordpress?
May
15
reviewed Reject suggested edit on Dropdown in UITableview in ios using indentation levels
May
15
reviewed Reject suggested edit on encode/replace blob with base64 in php array
May
15
reviewed Reject suggested edit on Is it possible to display a wpf window without an icon in the title bar?
May
15
comment References objects in Java
+1 for the first sentence.
May
15
comment References objects in Java
@BLuFeNiX Wrong, I think the concept is different. If you passed the reference in a method and you did param = someOtherObject your parameter would end up being a completely different object.