Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #3230 > unrolled thread
| Started by | buddy s <savingfunda@gmail.com> |
|---|---|
| First post | 2011-04-23 20:39 -0700 |
| Last post | 2011-04-27 08:37 -0400 |
| Articles | 10 — 7 participants |
Back to article view | Back to comp.lang.java.programmer
Top 10 Java Serialization Interview Question buddy s <savingfunda@gmail.com> - 2011-04-23 20:39 -0700
Re: Top 10 Java Serialization Interview Question Javin Paul <savingfunda@gmail.com> - 2011-04-23 20:41 -0700
Re: Top 10 Java Serialization Interview Question Javin Paul <savingfunda@gmail.com> - 2011-04-23 20:41 -0700
Re: Top 10 Java Serialization Interview Question Lew <noone@lewscanon.com> - 2011-04-24 10:09 -0400
Re: Top 10 Java Serialization Interview Question Lew <noone@lewscanon.com> - 2011-04-24 10:31 -0400
Re: Top 10 Java Serialization Interview Question Tom Anderson <twic@urchin.earth.li> - 2011-04-25 09:15 +0100
Re: Top 10 Java Serialization Interview Question Robert Klemme <shortcutter@googlemail.com> - 2011-04-25 22:45 +0200
Re: Top 10 Java Serialization Interview Question Esmond Pitt <esmond.pitt@bigpond.com> - 2011-04-27 18:49 +1000
Re: Top 10 Java Serialization Interview Question Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2011-04-27 07:15 -0300
Re: Top 10 Java Serialization Interview Question Lew <noone@lewscanon.com> - 2011-04-27 08:37 -0400
| From | buddy s <savingfunda@gmail.com> |
|---|---|
| Date | 2011-04-23 20:39 -0700 |
| Subject | Top 10 Java Serialization Interview Question |
| Message-ID | <dc0cab41-1bff-4fff-8f8c-681fc5bec0f6@u12g2000prn.googlegroups.com> |
I have shared my experience with Serialization in java in this blog post it contains some of good Serialization questions asked during a senior or mid junior level interview for Java. I hope this would be useful. Please contribute any question which I have not covered and worthy to share with community. Thanks Javin
[toc] | [next] | [standalone]
| From | Javin Paul <savingfunda@gmail.com> |
|---|---|
| Date | 2011-04-23 20:41 -0700 |
| Message-ID | <a3ffa824-c861-4118-93bf-a5a03d62e8aa@w14g2000prc.googlegroups.com> |
| In reply to | #3230 |
On Apr 24, 11:39 am, buddy s <savingfu...@gmail.com> wrote: > I have shared my experience with Serialization in java in this blog > post it contains some of good Serialization questions asked during a > senior or mid junior level interview for Java. I hope this would be > useful. Please contribute any question which I have not covered and > worthy to share with community. > > Thanks > Javin forgot to include quick link here it is <a href="http:// javarevisited.blogspot.com/2011/04/top-10-java-serialization- interview.html">Top 10 Java Serialization Interview Question </a>
[toc] | [prev] | [next] | [standalone]
| From | Javin Paul <savingfunda@gmail.com> |
|---|---|
| Date | 2011-04-23 20:41 -0700 |
| Message-ID | <4884d299-a9c5-4802-97aa-c5b07fc8feb1@f31g2000pri.googlegroups.com> |
| In reply to | #3231 |
On Apr 24, 11:41 am, Javin Paul <savingfu...@gmail.com> wrote: > On Apr 24, 11:39 am, buddy s <savingfu...@gmail.com> wrote: > > > I have shared my experience with Serialization in java in this blog > > post it contains some of good Serialization questions asked during a > > senior or mid junior level interview for Java. I hope this would be > > useful. Please contribute any question which I have not covered and > > worthy to share with community. > > > Thanks > > Javin > > forgot to include quick link here it is <a href="http:// > javarevisited.blogspot.com/2011/04/top-10-java-serialization- > interview.html">Top 10 Java Serialization Interview Question </a> It looks like html didn't work here , may be this will work http://javarevisited.blogspot.com/2011/04/top-10-java-serialization-interview.html
[toc] | [prev] | [next] | [standalone]
| From | Lew <noone@lewscanon.com> |
|---|---|
| Date | 2011-04-24 10:09 -0400 |
| Message-ID | <ip1avh$hum$1@news.albasani.net> |
| In reply to | #3230 |
buddy s wrote: > I have shared my experience with Serialization in java in this blog How good can your experience be if you cannot even spell "Java" correctly, either in your post or your blog? Jesus Christ, man! Also, since you it's the top /ten/ questions, then the word "question" in your posts should be plural: "questions". I recommend that people avoid your advice. I reviewed your site, and it's nothing but advice on how to fail the interview. It is a paean of ignorance and misinformation. It is, in a word, utter crap. > post it contains some of good Serialization questions asked during a What is a "good Serialization question", please? > senior or mid junior level interview for Java. I hope this would be > useful. Please contribute any question which I have not covered and > worthy to share with community. Here are some questions and comments: - Could you please have someone who knows grammar and spelling proofread your site? From the very first sentence it is utterly painful to read. - Only a few "commercial project [sic]", according to you, use Java serialization (only you call it "java serialization") for their "persistence requirement". Do you know of any that do? - In big bold letters you proclaim, "Java serialization is the process which is used to serialize object in java by storing object’s state into a file with extension .ser ...". That is flat-out wrong. - You make statements like, "This is most [sic] frequently asked question in java [sic] serialization interview." Based on what evidence do you say that? - Why do you give a wrong answer to that? - What the heck is a "Java serialization interview"? - "Serializable interface exists in java.lang package ..." Dude! How can you live with yourself? CHECK YOUR SIMPLE FACTS AT LEAST! It's in the 'java.io' package, you, you, ... sputter! - "SerialVersionUID [sic] is a public static final constant ..." Once again, wrong. - "... if you don't want any field to be part of object's state then declare it either static or transient based on your need and it will not be included during java serialization process." Wow. "based on your need" gives no help to dispel the impression that you have made 'static' and 'transient' equivalent. - Your advice regarding version changes is confused and incomplete at best. For example, the notion that serialization support commits the maintainer to another public interface is nowhere mentioned. In summary, if your blog were part of a Java programming job application, you would not get hired. I suggest you study in particular Joshua Bloch's advice about serialization in /Effective Java/, <http://java.sun.com/docs/books/effective/>, to fill in the gaps in your knowledge. -- Lew Honi soit qui mal y pense. http://upload.wikimedia.org/wikipedia/commons/c/cf/Friz.jpg
[toc] | [prev] | [next] | [standalone]
| From | Lew <noone@lewscanon.com> |
|---|---|
| Date | 2011-04-24 10:31 -0400 |
| Message-ID | <ip1c79$km3$1@news.albasani.net> |
| In reply to | #3237 |
Lew wrote: > In summary, if your blog were part of a Java programming job application, you > would not get hired. > > I suggest you study in particular Joshua Bloch's advice about serialization in > /Effective Java/, <http://java.sun.com/docs/books/effective/>, to fill in the > gaps in your knowledge. Your post entitled, "Difference between HashMap and HashTable [sic]? Can we make hashmap [sic] synchronized?" is even worse. You need to stop representing yourself as a source of Java advice. It's fraudulent. -- Lew Honi soit qui mal y pense. http://upload.wikimedia.org/wikipedia/commons/c/cf/Friz.jpg
[toc] | [prev] | [next] | [standalone]
| From | Tom Anderson <twic@urchin.earth.li> |
|---|---|
| Date | 2011-04-25 09:15 +0100 |
| Message-ID | <alpine.DEB.2.00.1104250912350.23492@urchin.earth.li> |
| In reply to | #3238 |
On Sun, 24 Apr 2011, Lew wrote: > Lew wrote: > >> In summary, if your blog were part of a Java programming job >> application, you would not get hired. >> >> I suggest you study in particular Joshua Bloch's advice about >> serialization in /Effective Java/, >> <http://java.sun.com/docs/books/effective/>, to fill in the gaps in >> your knowledge. > > Your post entitled, "Difference between HashMap and HashTable [sic]? Can we > make hashmap [sic] synchronized?" is even worse. > > You need to stop representing yourself as a source of Java advice. It's > fraudulent. The worst bit is that there are thousands and thousands more just the same lined up behind him. Mostly worse, in fact. This is why for many questions, google is no longer our friend - because all it does is offer us the output of these guys. tom -- King Kong. In Cannes. On a date with Spiderman.
[toc] | [prev] | [next] | [standalone]
| From | Robert Klemme <shortcutter@googlemail.com> |
|---|---|
| Date | 2011-04-25 22:45 +0200 |
| Message-ID | <91m4qmFtpbU1@mid.individual.net> |
| In reply to | #3246 |
On 25.04.2011 10:15, Tom Anderson wrote: > The worst bit is that there are thousands and thousands more just the > same lined up behind him. Mostly worse, in fact. This is why for many > questions, google is no longer our friend - because all it does is offer > us the output of these guys. Even worse: Google and the like are at least in part responsible for this development. Today many people seem to believe that knowledge and their own reasoning are less needed or even obsolete because of search engines. I know school teachers who, on a regular basis, report that their pupils deliver a printout of some obscure web site for a homework assignment and are even surprised that their teachers immediately spot the fake (easy if you have but the slightest feeling for language). Cheers robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/
[toc] | [prev] | [next] | [standalone]
| From | Esmond Pitt <esmond.pitt@bigpond.com> |
|---|---|
| Date | 2011-04-27 18:49 +1000 |
| Message-ID | <4db7d8a4$0$77723$c30e37c6@exi-reader.telstra.net> |
| In reply to | #3230 |
On 24/04/2011 1:39 PM, buddy s wrote: > I have shared my experience with Serialization in java in this blog Evidently you don't actually *have* any worthwhile experience with Serialization to be of any use to anybody else. Your answers to questions 3,6,7,9,and 10 contain serious errors and omissions, and the entire thing is mis-spelt and grammatically incorrect. I wouldn't accept any of this from an interviewee. It's also curious that your 'top 10' list contains 13 items. #13 merely repeats #4. Fail.
[toc] | [prev] | [next] | [standalone]
| From | Arved Sandstrom <asandstrom3minus1@eastlink.ca> |
|---|---|
| Date | 2011-04-27 07:15 -0300 |
| Message-ID | <z1Stp.45149$0s5.40588@newsfe17.iad> |
| In reply to | #3296 |
On 11-04-27 05:49 AM, Esmond Pitt wrote: > On 24/04/2011 1:39 PM, buddy s wrote: >> I have shared my experience with Serialization in java in this blog > > Evidently you don't actually *have* any worthwhile experience with > Serialization to be of any use to anybody else. Your answers to > questions 3,6,7,9,and 10 contain serious errors and omissions, and the > entire thing is mis-spelt and grammatically incorrect. I wouldn't accept > any of this from an interviewee. > > It's also curious that your 'top 10' list contains 13 items. #13 merely > repeats #4. > > Fail. Even if it were all grammatically correct, and error-free, what's the value of the post? Zero - there's nothing there that you don't get from official Sun/Oracle documentation, and the official documentation doesn't obscure this information. Some great blogs out there do nothing but rework existing material, adding no information but vastly improving the organization and presentation. I'm all for those blogs and articles. This (and others like it) isn't one of them. AHS
[toc] | [prev] | [next] | [standalone]
| From | Lew <noone@lewscanon.com> |
|---|---|
| Date | 2011-04-27 08:37 -0400 |
| Message-ID | <ip92lo$cct$1@news.albasani.net> |
| In reply to | #3299 |
Arved Sandstrom wrote: > Esmond Pitt wrote: >> buddy s wrote: >>> I have shared my experience with Serialization in java in this blog >> >> Evidently you don't actually *have* any worthwhile experience with >> Serialization to be of any use to anybody else. Your answers to >> questions 3,6,7,9,and 10 contain serious errors and omissions, and the >> entire thing is mis-spelt and grammatically incorrect. I wouldn't accept >> any of this from an interviewee. >> >> It's also curious that your 'top 10' list contains 13 items. #13 merely >> repeats #4. >> >> Fail. > > Even if it were all grammatically correct, and error-free, what's the > value of the post? Zero - there's nothing there that you don't get from > official Sun/Oracle documentation, and the official documentation > doesn't obscure this information. > > Some great blogs out there do nothing but rework existing material, > adding no information but vastly improving the organization and > presentation. I'm all for those blogs and articles. This (and others > like it) isn't one of them. Furthermore, that p*ssy "buddy s" (Javin Paul) didn't even have the cojones to post my comments to his blog, presumably because they were hardly laudatory. He's a fraud and a poseur and a coward, and worst of all, no programmer. Fie, Javin Paul, fie! -- Lew No offense to cats, the murderous little demons. I love them.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.programmer
csiph-web