SCJP 1.5 (done, at last)<br /> <br />"If everything seems to be going well you have obviously overlooked something."
Anton Golovin (anton.golovin@gmail.com) SCJP, SCJD, SCBCD, SCWCD, OCEJWSD, SCEA/OCMJEA [JEE certs from Sun/Oracle]
Originally posted by Frederico (BRA) Werly:
Hello , Im from Brazil and i dont speak english very well .. sorry !
How is the best IDE to prepare to SCJD certification ?
Thanks..
Anton Golovin (anton.golovin@gmail.com) SCJP, SCJD, SCBCD, SCWCD, OCEJWSD, SCEA/OCMJEA [JEE certs from Sun/Oracle]
Originally posted by Anton Golovin:
So any IDE-generated GUI code is disallowed? Even if I write private next to each one?
How will they know?
SCJP 1.4<br />--------<br />Sorry for my english, im half in english, i speak portuguease ;-)
Originally posted by Anton Golovin:
So any IDE-generated GUI code is disallowed? Even if I write private next to each one? How will they know?
The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon, PDF from Apress, Online reference: Books 24x7 Personal blog
Anton Golovin (anton.golovin@gmail.com) SCJP, SCJD, SCBCD, SCWCD, OCEJWSD, SCEA/OCMJEA [JEE certs from Sun/Oracle]
How is the best IDE to prepare to SCJD certification ?
Originally posted by Andrew Monkhouse:
Hi Anton
It is fairly obvious when looking at machine generated code that it is just that - machine generated. JBuilder typically puts most of it's code into a jbinit() method (which is a dead giveaway ), but even changing the name of the method is not enough - things like constructors / initialisers of objects look machine generated and so on. Unless you spend a lot of time on refactoring the generated code it will continue to look generated.
The absolute worst thing you can do is to accidentally click some option in the IDE's GUI layout manager, then change the option, and forget to go back and manually remove the artifact left in the code - a dead giveaway.
I am a firm believer that a developer (as opposed to a programmer) is the sort of person who should be able to do all the coding by hand (in real life they probably won't, but they should be able to). And if some programmer is having trouble with a bit of code, the developer should be able to look at the code and work out what is wrong - rely on wizards and you will not be able to do this.
Regards, Andrew
Co-author of SCMAD Exam Guide, Author of JMADPlus
SCJP1.2, CCNA, SCWCD1.4, SCBCD1.3, SCMAD1.0, SCJA1.0, SCJP6.0
Originally posted by Philippe Maquet:
I think Eclipse is perfect for the job. Moreover, it's open-source, broadly used and gets IBM's support.
Co-author of SCMAD Exam Guide, Author of JMADPlus
SCJP1.2, CCNA, SCWCD1.4, SCBCD1.3, SCMAD1.0, SCJA1.0, SCJP6.0
Better use a simple editor like EditPlus, UtraEdit or sthing else...
SCJP 1.2, OCP 9i DBA, SCWCD 1.3, SCJP 1.4 (SAI), SCJD 1.4, SCWCD 1.4 (Beta), ICED (IBM 287, IBM 484, IBM 486), SCMAD 1.0 (Beta), SCBCD 1.3, ICSD (IBM 288), ICDBA (IBM 700, IBM 701), SCDJWS, ICSD (IBM 348), OCP 10g DBA (Beta), SCJP 5.0 (Beta), SCJA 1.0 (Beta), MCP(70-270), SCBCD 5.0 (Beta), SCJP 6.0, SCEA for JEE5 (in progress)
Originally posted by Nicholas Cheung:
Ko Ko, as you need to get ICED, it is better for you to try using WSAD.
Nick
Co-author of SCMAD Exam Guide, Author of JMADPlus
SCJP1.2, CCNA, SCWCD1.4, SCBCD1.3, SCMAD1.0, SCJA1.0, SCJP6.0
Ko Ko Naing:
Does Eclipse have wizard to generate Swing components?
Originally posted by Philippe Maquet:
No.
Co-author of SCMAD Exam Guide, Author of JMADPlus
SCJP1.2, CCNA, SCWCD1.4, SCBCD1.3, SCMAD1.0, SCJA1.0, SCJP6.0
Originally posted by Ko Ko Naing:
Does Eclipse have wizard to generate Swing components? What if we accidently click them, as mentioned by Andrew... It's will be a dead giveway for us...
Better use a simple editor like EditPlus, UtraEdit or sthing else...
Anton Golovin (anton.golovin@gmail.com) SCJP, SCJD, SCBCD, SCWCD, OCEJWSD, SCEA/OCMJEA [JEE certs from Sun/Oracle]
SCJP 1.5 (done, at last)<br /> <br />"If everything seems to be going well you have obviously overlooked something."
SCJP 1.4<br />--------<br />Sorry for my english, im half in english, i speak portuguease ;-)
Im SCJP, what i need to know to make a good exeam ?
only swing ?
SCJP 1.4<br />--------<br />Sorry for my english, im half in english, i speak portuguease ;-)
Originally posted by Frederico Werly:
ohh thanks ..
I have got this book http://www.amazon.com/exec/obidos/tg/detail/-/0072226846/ref=cm_bg_f_1/104-2656706-5783948?v=glance&s=books
I used this book to pass in SCJP, is this book as good to SCJD as to SCJP ?
can i use this book to SCJD or it is not recomended ?
Thanks for replys...
Originally posted by Marcus Beale:
Anyone who says to use Context or a simple editor has not tried a better IDE. For java development there are MUCH better choices. They will save you time and effort (Javadoc creation, jar file creation, auto imports - you don't know how much time that saves until you try it, compilation and compiling in one environment, auto compiling to indicate syntax errors on the fly, auto completion, etc.
It's easy not to generate code. Don't use the GUI editors.
Oracle's JDeveloper is my personal favorite. It's free for personal use. Just do a google search. Beware though, Oracle will call you if you put in a company name in the download form.
These are the worst of times and these are the best of times. And this is the best tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|